Html Css Color HEX #F2088F Deep Pink

📋 copy color: '#F2088F'

red 242 ◦ green 8 ◦ blue 143

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

Shades of Deep Pink #F2088F

Tints of Deep Pink #F2088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

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

R = 61.58%
G = 2.04%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2088F (or 0xF2088F) is known color: Deep Pink. HEX triplet: F2, 08 and 8F. RGB value is (242,8,143). Sum of RGB (Red+Green+Blue) = 242+8+143=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F2088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2088F is #0DF770. Grayscale: #5D5D5D. Windows color (decimal): -915313 or 9373938. OLE color: 9373938.

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

Color convert

RGB 242 8 143 -
CMYK 0 0.97 0.41 0.05
HSL 325.38º 0.94% 0.49% -
HSV(B) 325.38º 0.97% 0.95% -
XYZ 41.66 21.03 27.85 -
YUV 93.36 156.02 234.02 -
System Red Green Blue C M Y K H S L
Decimal 242 8 143 0 0.97 0.41 0.05 325.38 0.94 0.49
Hex F2 8 8F 0 61 29 5 145 5E 31
Octal 362 10 217 0 141 51 5 505 136 61
Binary 11110010 1000 10001111 0 1100001 101001 101 101000101 1011110 110001

Color Harmonies of #F2088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2088F

Black with #F2088F

Text Example


Text Example

White with #F2088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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