Html Css Color HEX #F4429D Wild Strawberry

📋 copy color: '#F4429D'

red 244 ◦ green 66 ◦ blue 157

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

Shades of Wild Strawberry #F4429D

Tints of Wild Strawberry #F4429D

RGB

 RED value IS 244 (95.7% from 255) = 52.25%

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

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

R = 52.25%
G = 14.13%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F4429D (or 0xF4429D) is known color: Wild Strawberry. HEX triplet: F4, 42 and 9D. RGB value is (244,66,157). Sum of RGB (Red+Green+Blue) = 244+66+157=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4429D is #0BBD62. Grayscale: #818181. Windows color (decimal): -769379 or 10306292. OLE color: 10306292.

HSL color Cylindrical-coordinate representation of color #F4429D: hue angle of 329.33º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4429D is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 66 157 -
CMYK 0 0.73 0.36 0.04
HSL 329.33º 0.89% 0.61% -
HSV(B) 329.33º 0.73% 0.96% -
XYZ 45.34 25.56 34.44 -
YUV 129.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 244 66 157 0 0.73 0.36 0.04 329.33 0.89 0.61
Hex F4 42 9D 0 49 24 4 149 59 3D
Octal 364 102 235 0 111 44 4 511 131 75
Binary 11110100 1000010 10011101 0 1001001 100100 100 101001001 1011001 111101

Color Harmonies of #F4429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4429D

Black with #F4429D

Text Example


Text Example

White with #F4429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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