Html Css Color HEX #F2087B Deep Pink

📋 copy color: '#F2087B'

red 242 ◦ green 8 ◦ blue 123

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

Shades of Deep Pink #F2087B

Tints of Deep Pink #F2087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 64.88%
G = 2.14%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2087B (or 0xF2087B) is known color: Deep Pink. HEX triplet: F2, 08 and 7B. RGB value is (242,8,123). Sum of RGB (Red+Green+Blue) = 242+8+123=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2087B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2087B is #0DF784. Grayscale: #5A5A5A. Windows color (decimal): -915333 or 8063218. OLE color: 8063218.

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

Color convert

RGB 242 8 123 -
CMYK 0 0.97 0.49 0.05
HSL 330.51º 0.94% 0.49% -
HSV(B) 330.51º 0.97% 0.95% -
XYZ 40.28 20.48 20.57 -
YUV 91.08 146.02 235.65 -
System Red Green Blue C M Y K H S L
Decimal 242 8 123 0 0.97 0.49 0.05 330.51 0.94 0.49
Hex F2 8 7B 0 61 31 5 14B 5E 31
Octal 362 10 173 0 141 61 5 513 136 61
Binary 11110010 1000 1111011 0 1100001 110001 101 101001011 1011110 110001

Color Harmonies of #F2087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2087B

Black with #F2087B

Text Example


Text Example

White with #F2087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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