Html Css Color HEX #F42888 Wild Strawberry

📋 copy color: '#F42888'

red 244 ◦ green 40 ◦ blue 136

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

Shades of Wild Strawberry #F42888

Tints of Wild Strawberry #F42888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.52%

 BLUE value IS 136 (53.52% from 255) = 32.38%

R = 58.1%
G = 9.52%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F42888 (or 0xF42888) is known color: Wild Strawberry. HEX triplet: F4, 28 and 88. RGB value is (244,40,136). Sum of RGB (Red+Green+Blue) = 244+40+136=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F42888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42888 is #0BD777. Grayscale: #6F6F6F. Windows color (decimal): -776056 or 8923380. OLE color: 8923380.

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

Color convert

RGB 244 40 136 -
CMYK 0 0.84 0.44 0.04
HSL 331.76º 0.9% 0.56% -
HSV(B) 331.76º 0.84% 0.96% -
XYZ 42.51 22.53 25.4 -
YUV 111.94 141.59 222.19 -
System Red Green Blue C M Y K H S L
Decimal 244 40 136 0 0.84 0.44 0.04 331.76 0.9 0.56
Hex F4 28 88 0 54 2C 4 14C 5A 38
Octal 364 50 210 0 124 54 4 514 132 70
Binary 11110100 101000 10001000 0 1010100 101100 100 101001100 1011010 111000

Color Harmonies of #F42888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42888

Black with #F42888

Text Example


Text Example

White with #F42888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42888; }

 p { color: rgb(244,40,136); }

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

background-color css

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

 a { background-color: rgb(244,40,136); }

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

border-color css

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

 span { border-color: rgb(244,40,136); }

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