Html Css Color HEX #F2087D Deep Pink

📋 copy color: '#F2087D'

red 242 ◦ green 8 ◦ blue 125

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

Shades of Deep Pink #F2087D

Tints of Deep Pink #F2087D

RGB

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

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

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

R = 64.53%
G = 2.13%
B = 33.33%

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

#F2087D (or 0xF2087D) is known color: Deep Pink. HEX triplet: F2, 08 and 7D. RGB value is (242,8,125). Sum of RGB (Red+Green+Blue) = 242+8+125=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2087D is #0DF782. Grayscale: #5B5B5B. Windows color (decimal): -915331 or 8194290. OLE color: 8194290.

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

Color convert

RGB 242 8 125 -
CMYK 0 0.97 0.48 0.05
HSL 330º 0.94% 0.49% -
HSV(B) 330º 0.97% 0.95% -
XYZ 40.41 20.53 21.24 -
YUV 91.3 147.02 235.49 -
System Red Green Blue C M Y K H S L
Decimal 242 8 125 0 0.97 0.48 0.05 330 0.94 0.49
Hex F2 8 7D 0 61 30 5 14A 5E 31
Octal 362 10 175 0 141 60 5 512 136 61
Binary 11110010 1000 1111101 0 1100001 110000 101 101001010 1011110 110001

Color Harmonies of #F2087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2087D

Black with #F2087D

Text Example


Text Example

White with #F2087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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