Html Css Color HEX #F42F85 Wild Strawberry

📋 copy color: '#F42F85'

red 244 ◦ green 47 ◦ blue 133

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

Shades of Wild Strawberry #F42F85

Tints of Wild Strawberry #F42F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 57.55%
G = 11.08%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F42F85 (or 0xF42F85) is known color: Wild Strawberry. HEX triplet: F4, 2F and 85. RGB value is (244,47,133). Sum of RGB (Red+Green+Blue) = 244+47+133=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42F85 is #0BD07A. Grayscale: #737373. Windows color (decimal): -774267 or 8728564. OLE color: 8728564.

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

Color convert

RGB 244 47 133 -
CMYK 0 0.81 0.45 0.04
HSL 333.81º 0.9% 0.57% -
HSV(B) 333.81º 0.81% 0.96% -
XYZ 42.56 22.96 24.38 -
YUV 115.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 244 47 133 0 0.81 0.45 0.04 333.81 0.9 0.57
Hex F4 2F 85 0 51 2D 4 14E 5A 39
Octal 364 57 205 0 121 55 4 516 132 71
Binary 11110100 101111 10000101 0 1010001 101101 100 101001110 1011010 111001

Color Harmonies of #F42F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F85

Black with #F42F85

Text Example


Text Example

White with #F42F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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