Html Css Color HEX #F42E89 Wild Strawberry

📋 copy color: '#F42E89'

red 244 ◦ green 46 ◦ blue 137

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

Shades of Wild Strawberry #F42E89

Tints of Wild Strawberry #F42E89

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.77%

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

R = 57.14%
G = 10.77%
B = 32.08%

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

#F42E89 (or 0xF42E89) is known color: Wild Strawberry. HEX triplet: F4, 2E and 89. RGB value is (244,46,137). Sum of RGB (Red+Green+Blue) = 244+46+137=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42E89 is #0BD176. Grayscale: #737373. Windows color (decimal): -774519 or 8990452. OLE color: 8990452.

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

Color convert

RGB 244 46 137 -
CMYK 0 0.81 0.44 0.04
HSL 332.42º 0.9% 0.57% -
HSV(B) 332.42º 0.81% 0.96% -
XYZ 42.8 22.99 25.85 -
YUV 115.58 140.1 219.6 -
System Red Green Blue C M Y K H S L
Decimal 244 46 137 0 0.81 0.44 0.04 332.42 0.9 0.57
Hex F4 2E 89 0 51 2C 4 14C 5A 39
Octal 364 56 211 0 121 54 4 514 132 71
Binary 11110100 101110 10001001 0 1010001 101100 100 101001100 1011010 111001

Color Harmonies of #F42E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42E89

Black with #F42E89

Text Example


Text Example

White with #F42E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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