Html Css Color HEX #FC429E Wild Strawberry

📋 copy color: '#FC429E'

red 252 ◦ green 66 ◦ blue 158

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

Shades of Wild Strawberry #FC429E

Tints of Wild Strawberry #FC429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.19%

R = 52.94%
G = 13.87%
B = 33.19%

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

#FC429E (or 0xFC429E) is known color: Wild Strawberry. HEX triplet: FC, 42 and 9E. RGB value is (252,66,158). Sum of RGB (Red+Green+Blue) = 252+66+158=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC429E is #03BD61. Grayscale: #838383. Windows color (decimal): -245090 or 10371836. OLE color: 10371836.

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

Color convert

RGB 252 66 158 -
CMYK 0 0.74 0.37 0.01
HSL 330.32º 0.97% 0.62% -
HSV(B) 330.32º 0.74% 0.99% -
XYZ 48.26 27.06 35.03 -
YUV 132.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 252 66 158 0 0.74 0.37 0.01 330.32 0.97 0.62
Hex FC 42 9E 0 4A 25 1 14A 61 3E
Octal 374 102 236 0 112 45 1 512 141 76
Binary 11111100 1000010 10011110 0 1001010 100101 1 101001010 1100001 111110

Color Harmonies of #FC429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC429E

Black with #FC429E

Text Example


Text Example

White with #FC429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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