Html Css Color HEX #F22992 Wild Strawberry

📋 copy color: '#F22992'

red 242 ◦ green 41 ◦ blue 146

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

Shades of Wild Strawberry #F22992

Tints of Wild Strawberry #F22992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.56%

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 56.41%
G = 9.56%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F22992 (or 0xF22992) is known color: Wild Strawberry. HEX triplet: F2, 29 and 92. RGB value is (242,41,146). Sum of RGB (Red+Green+Blue) = 242+41+146=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F22992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22992 is #0DD66D. Grayscale: #707070. Windows color (decimal): -906862 or 9578994. OLE color: 9578994.

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

Color convert

RGB 242 41 146 -
CMYK 0 0.83 0.40 0.05
HSL 328.66º 0.89% 0.55% -
HSV(B) 328.66º 0.83% 0.95% -
XYZ 42.6 22.54 29.3 -
YUV 113.07 146.59 219.96 -
System Red Green Blue C M Y K H S L
Decimal 242 41 146 0 0.83 0.40 0.05 328.66 0.89 0.55
Hex F2 29 92 0 53 28 5 149 59 37
Octal 362 51 222 0 123 50 5 511 131 67
Binary 11110010 101001 10010010 0 1010011 101000 101 101001001 1011001 110111

Color Harmonies of #F22992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22992

Black with #F22992

Text Example


Text Example

White with #F22992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22992; }

 p { color: rgb(242,41,146); }

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

background-color css

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

 a { background-color: rgb(242,41,146); }

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

border-color css

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

 span { border-color: rgb(242,41,146); }

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