Html Css Color HEX #F2097A Deep Pink

📋 copy color: '#F2097A'

red 242 ◦ green 9 ◦ blue 122

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

Shades of Deep Pink #F2097A

Tints of Deep Pink #F2097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 64.88%
G = 2.41%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2097A (or 0xF2097A) is known color: Deep Pink. HEX triplet: F2, 09 and 7A. RGB value is (242,9,122). Sum of RGB (Red+Green+Blue) = 242+9+122=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2097A is #0DF685. Grayscale: #5B5B5B. Windows color (decimal): -915078 or 7997938. OLE color: 7997938.

HSL color Cylindrical-coordinate representation of color #F2097A: hue angle of 330.9º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2097A is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 9 122 -
CMYK 0 0.96 0.50 0.05
HSL 330.9º 0.93% 0.49% -
HSV(B) 330.9º 0.96% 0.95% -
XYZ 40.23 20.48 20.24 -
YUV 91.55 145.19 235.31 -
System Red Green Blue C M Y K H S L
Decimal 242 9 122 0 0.96 0.50 0.05 330.9 0.93 0.49
Hex F2 9 7A 0 60 32 5 14B 5D 31
Octal 362 11 172 0 140 62 5 513 135 61
Binary 11110010 1001 1111010 0 1100000 110010 101 101001011 1011101 110001

Color Harmonies of #F2097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2097A

Black with #F2097A

Text Example


Text Example

White with #F2097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2097A; }

 p { color: rgb(242,9,122); }

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

background-color css

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

 a { background-color: rgb(242,9,122); }

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

border-color css

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

 span { border-color: rgb(242,9,122); }

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