#ff3ca7

Color #FF3CA7 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FF3CA7

Tints of Wild Strawberry #FF3CA7

Color information

#FF3CA7 (or 0xFF3CA7) is unknown color: approx Wild Strawberry. HEX triplet: FF, 3C and A7. RGB value is (255,60,167). Sum of RGB (Red+Green+Blue) = 255+60+167=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3CA7 is #00C358. Grayscale: #828282. Windows color (decimal): -50009 or 10960127. OLE color: 10960127.

HSL color Cylindrical-coordinate representation of color #FF3CA7: hue angle of 327.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3CA7 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB25560167-
CMYK00.760.350
HSL327.08º100%61.76%-
HSV(B)327.08º76.47%100%-
XYZ49.8327.2839.2-
YUV130.5148.6216.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 60 (23.83% from 255) = 12.45%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=52.90%
G=12.45%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556016700.760.350327.0810061.76
HexFF3CA704C230147643e
Octal37774247011443050714476
Binary11111111111100101001110100110010001101010001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff3ca7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff3ca7; }

 p { color: rgb(255,60,167); }

 H1.HeaderClassName
 {
   color: #ff3ca7;
 }
 .AnyTagClassName
 {
   color: #ff3ca7;
 }
</style>
background-color css

<style>
 a { background-color: #ff3ca7; }

 a { background-color: rgb(255,60,167); }

 div.DivClassName
 {
   background-color: #ff3ca7;
 }
 .BgClassName
 {
   background-color: #ff3ca7;
 }
</style>
border-color css

<style>
 span { border-color: #ff3ca7; }

 span { border-color: rgb(255,60,167); }

 td.TdClassName
 {
   border-color: #ff3ca7;
 }
 .TagClassName
 {
   border-color: #ff3ca7;
 }
</style>