Html Css Color HEX #F2087F Deep Pink

📋 copy color: '#F2087F'

red 242 ◦ green 8 ◦ blue 127

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

Shades of Deep Pink #F2087F

Tints of Deep Pink #F2087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.69%

R = 64.19%
G = 2.12%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2087F (or 0xF2087F) is known color: Deep Pink. HEX triplet: F2, 08 and 7F. RGB value is (242,8,127). Sum of RGB (Red+Green+Blue) = 242+8+127=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F2087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2087F is #0DF780. Grayscale: #5B5B5B. Windows color (decimal): -915329 or 8325362. OLE color: 8325362.

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

Color convert

RGB 242 8 127 -
CMYK 0 0.97 0.48 0.05
HSL 329.49º 0.94% 0.49% -
HSV(B) 329.49º 0.97% 0.95% -
XYZ 40.54 20.58 21.92 -
YUV 91.53 148.02 235.32 -
System Red Green Blue C M Y K H S L
Decimal 242 8 127 0 0.97 0.48 0.05 329.49 0.94 0.49
Hex F2 8 7F 0 61 30 5 149 5E 31
Octal 362 10 177 0 141 60 5 511 136 61
Binary 11110010 1000 1111111 0 1100001 110000 101 101001001 1011110 110001

Color Harmonies of #F2087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2087F

Black with #F2087F

Text Example


Text Example

White with #F2087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2087F; }

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

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

background-color css

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

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

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

border-color css

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

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

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