Html Css Color HEX #F4429A Wild Strawberry

📋 copy color: '#F4429A'

red 244 ◦ green 66 ◦ blue 154

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

Shades of Wild Strawberry #F4429A

Tints of Wild Strawberry #F4429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.19%

R = 52.59%
G = 14.22%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F4429A (or 0xF4429A) is known color: Wild Strawberry. HEX triplet: F4, 42 and 9A. RGB value is (244,66,154). Sum of RGB (Red+Green+Blue) = 244+66+154=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F4429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4429A is #0BBD65. Grayscale: #818181. Windows color (decimal): -769382 or 10109684. OLE color: 10109684.

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

Color convert

RGB 244 66 154 -
CMYK 0 0.73 0.37 0.04
HSL 330.34º 0.89% 0.61% -
HSV(B) 330.34º 0.73% 0.96% -
XYZ 45.09 25.46 33.11 -
YUV 129.25 141.97 209.84 -
System Red Green Blue C M Y K H S L
Decimal 244 66 154 0 0.73 0.37 0.04 330.34 0.89 0.61
Hex F4 42 9A 0 49 25 4 14A 59 3D
Octal 364 102 232 0 111 45 4 512 131 75
Binary 11110100 1000010 10011010 0 1001001 100101 100 101001010 1011001 111101

Color Harmonies of #F4429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4429A

Black with #F4429A

Text Example


Text Example

White with #F4429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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