Html Css Color HEX #FC0B7F Deep Pink

📋 copy color: '#FC0B7F'

red 252 ◦ green 11 ◦ blue 127

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

Shades of Deep Pink #FC0B7F

Tints of Deep Pink #FC0B7F

RGB

 RED value IS 252 (98.83% from 255) = 64.62%

 GREEN value IS 11 (4.69% from 255) = 2.82%

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

R = 64.62%
G = 2.82%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC0B7F (or 0xFC0B7F) is known color: Deep Pink. HEX triplet: FC, 0B and 7F. RGB value is (252,11,127). Sum of RGB (Red+Green+Blue) = 252+11+127=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0B7F is #03F480. Grayscale: #606060. Windows color (decimal): -259201 or 8326140. OLE color: 8326140.

HSL color Cylindrical-coordinate representation of color #FC0B7F: hue angle of 331.12º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0B7F is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 11 127 -
CMYK 0 0.96 0.50 0.01
HSL 331.12º 0.98% 0.52% -
HSV(B) 331.12º 0.96% 0.99% -
XYZ 44.1 22.47 22.09 -
YUV 96.28 145.34 239.07 -
System Red Green Blue C M Y K H S L
Decimal 252 11 127 0 0.96 0.50 0.01 331.12 0.98 0.52
Hex FC B 7F 0 60 32 1 14B 62 34
Octal 374 13 177 0 140 62 1 513 142 64
Binary 11111100 1011 1111111 0 1100000 110010 1 101001011 1100010 110100

Color Harmonies of #FC0B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0B7F

Black with #FC0B7F

Text Example


Text Example

White with #FC0B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0B7F; }

 p { color: rgb(252,11,127); }

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

background-color css

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

 a { background-color: rgb(252,11,127); }

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

border-color css

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

 span { border-color: rgb(252,11,127); }

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