Html Css Color HEX #FF429D Wild Strawberry

📋 copy color: '#FF429D'

red 255 ◦ green 66 ◦ blue 157

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

Shades of Wild Strawberry #FF429D

Tints of Wild Strawberry #FF429D

RGB

 RED value IS 255 (100% from 255) = 53.35%

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

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

R = 53.35%
G = 13.81%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF429D (or 0xFF429D) is known color: Wild Strawberry. HEX triplet: FF, 42 and 9D. RGB value is (255,66,157). Sum of RGB (Red+Green+Blue) = 255+66+157=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF429D is #00BD62. Grayscale: #848484. Windows color (decimal): -48483 or 10306303. OLE color: 10306303.

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

Color convert

RGB 255 66 157 -
CMYK 0 0.74 0.38 0
HSL 331.11º 1% 0.63% -
HSV(B) 331.11º 0.74% 1% -
XYZ 49.27 27.59 34.63 -
YUV 132.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 255 66 157 0 0.74 0.38 0 331.11 1 0.63
Hex FF 42 9D 0 4A 26 0 14B 64 3F
Octal 377 102 235 0 112 46 0 513 144 77
Binary 11111111 1000010 10011101 0 1001010 100110 0 101001011 1100100 111111

Color Harmonies of #FF429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF429D

Black with #FF429D

Text Example


Text Example

White with #FF429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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