Html Css Color HEX #F42F99 Wild Strawberry

📋 copy color: '#F42F99'

red 244 ◦ green 47 ◦ blue 153

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

Shades of Wild Strawberry #F42F99

Tints of Wild Strawberry #F42F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.46%

R = 54.95%
G = 10.59%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F42F99 (or 0xF42F99) is known color: Wild Strawberry. HEX triplet: F4, 2F and 99. RGB value is (244,47,153). Sum of RGB (Red+Green+Blue) = 244+47+153=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42F99 is #0BD066. Grayscale: #757575. Windows color (decimal): -774247 or 10039284. OLE color: 10039284.

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

Color convert

RGB 244 47 153 -
CMYK 0 0.81 0.37 0.04
HSL 327.72º 0.9% 0.57% -
HSV(B) 327.72º 0.81% 0.96% -
XYZ 44.07 23.57 32.36 -
YUV 117.99 147.77 217.88 -
System Red Green Blue C M Y K H S L
Decimal 244 47 153 0 0.81 0.37 0.04 327.72 0.9 0.57
Hex F4 2F 99 0 51 25 4 148 5A 39
Octal 364 57 231 0 121 45 4 510 132 71
Binary 11110100 101111 10011001 0 1010001 100101 100 101001000 1011010 111001

Color Harmonies of #F42F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F99

Black with #F42F99

Text Example


Text Example

White with #F42F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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