Html Css Color HEX #F4429E Wild Strawberry

📋 copy color: '#F4429E'

red 244 ◦ green 66 ◦ blue 158

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

Shades of Wild Strawberry #F4429E

Tints of Wild Strawberry #F4429E

RGB

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

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

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

R = 52.14%
G = 14.1%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F4429E (or 0xF4429E) is known color: Wild Strawberry. HEX triplet: F4, 42 and 9E. RGB value is (244,66,158). Sum of RGB (Red+Green+Blue) = 244+66+158=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4429E is #0BBD61. Grayscale: #818181. Windows color (decimal): -769378 or 10371828. OLE color: 10371828.

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

Color convert

RGB 244 66 158 -
CMYK 0 0.73 0.35 0.04
HSL 328.99º 0.89% 0.61% -
HSV(B) 328.99º 0.73% 0.96% -
XYZ 45.43 25.6 34.89 -
YUV 129.71 143.97 209.52 -
System Red Green Blue C M Y K H S L
Decimal 244 66 158 0 0.73 0.35 0.04 328.99 0.89 0.61
Hex F4 42 9E 0 49 23 4 149 59 3D
Octal 364 102 236 0 111 43 4 511 131 75
Binary 11110100 1000010 10011110 0 1001001 100011 100 101001001 1011001 111101

Color Harmonies of #F4429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4429E

Black with #F4429E

Text Example


Text Example

White with #F4429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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