Html Css Color HEX #F4429C Wild Strawberry

📋 copy color: '#F4429C'

red 244 ◦ green 66 ◦ blue 156

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

Shades of Wild Strawberry #F4429C

Tints of Wild Strawberry #F4429C

RGB

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

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

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

R = 52.36%
G = 14.16%
B = 33.48%

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

#F4429C (or 0xF4429C) is known color: Wild Strawberry. HEX triplet: F4, 42 and 9C. RGB value is (244,66,156). Sum of RGB (Red+Green+Blue) = 244+66+156=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F4429C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4429C is #0BBD63. Grayscale: #818181. Windows color (decimal): -769380 or 10240756. OLE color: 10240756.

HSL color Cylindrical-coordinate representation of color #F4429C: hue angle of 329.66º 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 #F4429C is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 66 156 -
CMYK 0 0.73 0.36 0.04
HSL 329.66º 0.89% 0.61% -
HSV(B) 329.66º 0.73% 0.96% -
XYZ 45.26 25.53 33.99 -
YUV 129.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 244 66 156 0 0.73 0.36 0.04 329.66 0.89 0.61
Hex F4 42 9C 0 49 24 4 14A 59 3D
Octal 364 102 234 0 111 44 4 512 131 75
Binary 11110100 1000010 10011100 0 1001001 100100 100 101001010 1011001 111101

Color Harmonies of #F4429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4429C

Black with #F4429C

Text Example


Text Example

White with #F4429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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