Html Css Color HEX #F22590 Wild Strawberry

📋 copy color: '#F22590'

red 242 ◦ green 37 ◦ blue 144

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

Shades of Wild Strawberry #F22590

Tints of Wild Strawberry #F22590

RGB

 RED value IS 242 (94.92% from 255) = 57.21%

 GREEN value IS 37 (14.84% from 255) = 8.75%

 BLUE value IS 144 (56.64% from 255) = 34.04%

R = 57.21%
G = 8.75%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F22590 (or 0xF22590) is known color: Wild Strawberry. HEX triplet: F2, 25 and 90. RGB value is (242,37,144). Sum of RGB (Red+Green+Blue) = 242+37+144=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F22590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22590 is #0DDA6F. Grayscale: #6E6E6E. Windows color (decimal): -907888 or 9446898. OLE color: 9446898.

HSL color Cylindrical-coordinate representation of color #F22590: hue angle of 328.68º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22590 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 37 144 -
CMYK 0 0.85 0.40 0.05
HSL 328.68º 0.89% 0.55% -
HSV(B) 328.68º 0.85% 0.95% -
XYZ 42.31 22.21 28.44 -
YUV 110.49 146.92 221.8 -
System Red Green Blue C M Y K H S L
Decimal 242 37 144 0 0.85 0.40 0.05 328.68 0.89 0.55
Hex F2 25 90 0 55 28 5 149 59 37
Octal 362 45 220 0 125 50 5 511 131 67
Binary 11110010 100101 10010000 0 1010101 101000 101 101001001 1011001 110111

Color Harmonies of #F22590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22590

Black with #F22590

Text Example


Text Example

White with #F22590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22590; }

 p { color: rgb(242,37,144); }

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

background-color css

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

 a { background-color: rgb(242,37,144); }

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

border-color css

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

 span { border-color: rgb(242,37,144); }

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