Html Css Color HEX #F42F89 Wild Strawberry

📋 copy color: '#F42F89'

red 244 ◦ green 47 ◦ blue 137

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

Shades of Wild Strawberry #F42F89

Tints of Wild Strawberry #F42F89

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.98%

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 57.01%
G = 10.98%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F42F89 (or 0xF42F89) is known color: Wild Strawberry. HEX triplet: F4, 2F and 89. RGB value is (244,47,137). Sum of RGB (Red+Green+Blue) = 244+47+137=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42F89 is #0BD076. Grayscale: #747474. Windows color (decimal): -774263 or 8990708. OLE color: 8990708.

HSL color Cylindrical-coordinate representation of color #F42F89: hue angle of 332.59º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42F89 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 47 137 -
CMYK 0 0.81 0.44 0.04
HSL 332.59º 0.9% 0.57% -
HSV(B) 332.59º 0.81% 0.96% -
XYZ 42.84 23.07 25.86 -
YUV 116.16 139.77 219.18 -
System Red Green Blue C M Y K H S L
Decimal 244 47 137 0 0.81 0.44 0.04 332.59 0.9 0.57
Hex F4 2F 89 0 51 2C 4 14D 5A 39
Octal 364 57 211 0 121 54 4 515 132 71
Binary 11110100 101111 10001001 0 1010001 101100 100 101001101 1011010 111001

Color Harmonies of #F42F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F89

Black with #F42F89

Text Example


Text Example

White with #F42F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F89; }

 p { color: rgb(244,47,137); }

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

background-color css

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

 a { background-color: rgb(244,47,137); }

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

border-color css

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

 span { border-color: rgb(244,47,137); }

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