Html Css Color HEX #FC429C Wild Strawberry

📋 copy color: '#FC429C'

red 252 ◦ green 66 ◦ blue 156

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

Shades of Wild Strawberry #FC429C

Tints of Wild Strawberry #FC429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.91%

R = 53.16%
G = 13.92%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC429C (or 0xFC429C) is known color: Wild Strawberry. HEX triplet: FC, 42 and 9C. RGB value is (252,66,156). Sum of RGB (Red+Green+Blue) = 252+66+156=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC429C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC429C is #03BD63. Grayscale: #838383. Windows color (decimal): -245092 or 10240764. OLE color: 10240764.

HSL color Cylindrical-coordinate representation of color #FC429C: hue angle of 330.97º 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 #FC429C is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 156 -
CMYK 0 0.74 0.38 0.01
HSL 330.97º 0.97% 0.62% -
HSV(B) 330.97º 0.74% 0.99% -
XYZ 48.09 26.99 34.13 -
YUV 131.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 252 66 156 0 0.74 0.38 0.01 330.97 0.97 0.62
Hex FC 42 9C 0 4A 26 1 14B 61 3E
Octal 374 102 234 0 112 46 1 513 141 76
Binary 11111100 1000010 10011100 0 1001010 100110 1 101001011 1100001 111110

Color Harmonies of #FC429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC429C

Black with #FC429C

Text Example


Text Example

White with #FC429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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