Html Css Color HEX #F22A8A Wild Strawberry

📋 copy color: '#F22A8A'

red 242 ◦ green 42 ◦ blue 138

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

Shades of Wild Strawberry #F22A8A

Tints of Wild Strawberry #F22A8A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.95%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 57.35%
G = 9.95%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F22A8A (or 0xF22A8A) is known color: Wild Strawberry. HEX triplet: F2, 2A and 8A. RGB value is (242,42,138). Sum of RGB (Red+Green+Blue) = 242+42+138=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22A8A is #0DD575. Grayscale: #707070. Windows color (decimal): -906614 or 9054962. OLE color: 9054962.

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

Color convert

RGB 242 42 138 -
CMYK 0 0.83 0.43 0.05
HSL 331.2º 0.88% 0.56% -
HSV(B) 331.2º 0.83% 0.95% -
XYZ 42.03 22.37 26.15 -
YUV 112.74 142.26 220.19 -
System Red Green Blue C M Y K H S L
Decimal 242 42 138 0 0.83 0.43 0.05 331.2 0.88 0.56
Hex F2 2A 8A 0 53 2B 5 14B 58 38
Octal 362 52 212 0 123 53 5 513 130 70
Binary 11110010 101010 10001010 0 1010011 101011 101 101001011 1011000 111000

Color Harmonies of #F22A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22A8A

Black with #F22A8A

Text Example


Text Example

White with #F22A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22A8A; }

 p { color: rgb(242,42,138); }

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

background-color css

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

 a { background-color: rgb(242,42,138); }

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

border-color css

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

 span { border-color: rgb(242,42,138); }

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