Html Css Color HEX #F2097D Deep Pink

📋 copy color: '#F2097D'

red 242 ◦ green 9 ◦ blue 125

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

Shades of Deep Pink #F2097D

Tints of Deep Pink #F2097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 64.36%
G = 2.39%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2097D (or 0xF2097D) is known color: Deep Pink. HEX triplet: F2, 09 and 7D. RGB value is (242,9,125). Sum of RGB (Red+Green+Blue) = 242+9+125=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F2097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2097D is #0DF682. Grayscale: #5B5B5B. Windows color (decimal): -915075 or 8194546. OLE color: 8194546.

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

Color convert

RGB 242 9 125 -
CMYK 0 0.96 0.48 0.05
HSL 330.13º 0.93% 0.49% -
HSV(B) 330.13º 0.96% 0.95% -
XYZ 40.42 20.55 21.24 -
YUV 91.89 146.69 235.07 -
System Red Green Blue C M Y K H S L
Decimal 242 9 125 0 0.96 0.48 0.05 330.13 0.93 0.49
Hex F2 9 7D 0 60 30 5 14A 5D 31
Octal 362 11 175 0 140 60 5 512 135 61
Binary 11110010 1001 1111101 0 1100000 110000 101 101001010 1011101 110001

Color Harmonies of #F2097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2097D

Black with #F2097D

Text Example


Text Example

White with #F2097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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