Html Css Color HEX #F2098F Deep Pink

📋 copy color: '#F2098F'

red 242 ◦ green 9 ◦ blue 143

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

Shades of Deep Pink #F2098F

Tints of Deep Pink #F2098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 61.42%
G = 2.28%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2098F (or 0xF2098F) is known color: Deep Pink. HEX triplet: F2, 09 and 8F. RGB value is (242,9,143). Sum of RGB (Red+Green+Blue) = 242+9+143=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F2098F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2098F is #0DF670. Grayscale: #5D5D5D. Windows color (decimal): -915057 or 9374194. OLE color: 9374194.

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

Color convert

RGB 242 9 143 -
CMYK 0 0.96 0.41 0.05
HSL 325.49º 0.93% 0.49% -
HSV(B) 325.49º 0.96% 0.95% -
XYZ 41.67 21.06 27.85 -
YUV 93.94 155.69 233.6 -
System Red Green Blue C M Y K H S L
Decimal 242 9 143 0 0.96 0.41 0.05 325.49 0.93 0.49
Hex F2 9 8F 0 60 29 5 145 5D 31
Octal 362 11 217 0 140 51 5 505 135 61
Binary 11110010 1001 10001111 0 1100000 101001 101 101000101 1011101 110001

Color Harmonies of #F2098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2098F

Black with #F2098F

Text Example


Text Example

White with #F2098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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