Html Css Color HEX #FC429D Wild Strawberry

📋 copy color: '#FC429D'

red 252 ◦ green 66 ◦ blue 157

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

Shades of Wild Strawberry #FC429D

Tints of Wild Strawberry #FC429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 53.05%
G = 13.89%
B = 33.05%

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

#FC429D (or 0xFC429D) is known color: Wild Strawberry. HEX triplet: FC, 42 and 9D. RGB value is (252,66,157). Sum of RGB (Red+Green+Blue) = 252+66+157=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC429D is #03BD62. Grayscale: #838383. Windows color (decimal): -245091 or 10306300. OLE color: 10306300.

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

Color convert

RGB 252 66 157 -
CMYK 0 0.74 0.38 0.01
HSL 330.65º 0.97% 0.62% -
HSV(B) 330.65º 0.74% 0.99% -
XYZ 48.18 27.03 34.58 -
YUV 131.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 252 66 157 0 0.74 0.38 0.01 330.65 0.97 0.62
Hex FC 42 9D 0 4A 26 1 14B 61 3E
Octal 374 102 235 0 112 46 1 513 141 76
Binary 11111100 1000010 10011101 0 1001010 100110 1 101001011 1100001 111110

Color Harmonies of #FC429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC429D

Black with #FC429D

Text Example


Text Example

White with #FC429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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