Html Css Color HEX #F22996 Wild Strawberry

📋 copy color: '#F22996'

red 242 ◦ green 41 ◦ blue 150

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

Shades of Wild Strawberry #F22996

Tints of Wild Strawberry #F22996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 55.89%
G = 9.47%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F22996 (or 0xF22996) is known color: Wild Strawberry. HEX triplet: F2, 29 and 96. RGB value is (242,41,150). Sum of RGB (Red+Green+Blue) = 242+41+150=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F22996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22996 is #0DD669. Grayscale: #717171. Windows color (decimal): -906858 or 9841138. OLE color: 9841138.

HSL color Cylindrical-coordinate representation of color #F22996: hue angle of 327.46º 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 #F22996 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 41 150 -
CMYK 0 0.83 0.38 0.05
HSL 327.46º 0.89% 0.55% -
HSV(B) 327.46º 0.83% 0.95% -
XYZ 42.92 22.67 30.97 -
YUV 113.53 148.59 219.64 -
System Red Green Blue C M Y K H S L
Decimal 242 41 150 0 0.83 0.38 0.05 327.46 0.89 0.55
Hex F2 29 96 0 53 26 5 147 59 37
Octal 362 51 226 0 123 46 5 507 131 67
Binary 11110010 101001 10010110 0 1010011 100110 101 101000111 1011001 110111

Color Harmonies of #F22996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22996

Black with #F22996

Text Example


Text Example

White with #F22996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22996; }

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

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

background-color css

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

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

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

border-color css

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

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

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