Html Css Color HEX #FC42A0 Wild Strawberry

📋 copy color: '#FC42A0'

red 252 ◦ green 66 ◦ blue 160

#FC42A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #FC42A0

Tints of Wild Strawberry #FC42A0

RGB

 RED value IS 252 (98.83% from 255) = 52.72%

 GREEN value IS 66 (26.17% from 255) = 13.81%

 BLUE value IS 160 (62.89% from 255) = 33.47%

R = 52.72%
G = 13.81%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC42A0 (or 0xFC42A0) is known color: Wild Strawberry. HEX triplet: FC, 42 and A0. RGB value is (252,66,160). Sum of RGB (Red+Green+Blue) = 252+66+160=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC42A0 is #03BD5F. Grayscale: #848484. Windows color (decimal): -245088 or 10502908. OLE color: 10502908.

HSL color Cylindrical-coordinate representation of color #FC42A0: hue angle of 329.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42A0 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 160 -
CMYK 0 0.74 0.37 0.01
HSL 329.68º 0.97% 0.62% -
HSV(B) 329.68º 0.74% 0.99% -
XYZ 48.44 27.13 35.94 -
YUV 132.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 252 66 160 0 0.74 0.37 0.01 329.68 0.97 0.62
Hex FC 42 A0 0 4A 25 1 14A 61 3E
Octal 374 102 240 0 112 45 1 512 141 76
Binary 11111100 1000010 10100000 0 1001010 100101 1 101001010 1100001 111110

Color Harmonies of #FC42A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42A0

Black with #FC42A0

Text Example


Text Example

White with #FC42A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42A0; }

 p { color: rgb(252,66,160); }

 H1.HeaderClassName
 {
   color: #FC42A0;
 }
 .AnyTagClassName
 {
   color: #FC42A0;
 }
</style>

background-color css

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

 a { background-color: rgb(252,66,160); }

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

border-color css

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

 span { border-color: rgb(252,66,160); }

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