Html Css Color HEX #FF0C9B Deep Pink

📋 copy color: '#FF0C9B'

red 255 ◦ green 12 ◦ blue 155

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

Shades of Deep Pink #FF0C9B

Tints of Deep Pink #FF0C9B

RGB

 RED value IS 255 (100% from 255) = 60.43%

 GREEN value IS 12 (5.08% from 255) = 2.84%

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 60.43%
G = 2.84%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF0C9B (or 0xFF0C9B) is known color: Deep Pink. HEX triplet: FF, 0C and 9B. RGB value is (255,12,155). Sum of RGB (Red+Green+Blue) = 255+12+155=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C9B is #00F364. Grayscale: #646464. Windows color (decimal): -62309 or 10161407. OLE color: 10161407.

HSL color Cylindrical-coordinate representation of color #FF0C9B: hue angle of 324.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C9B is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 255 12 155 -
CMYK 0 0.95 0.39 0
HSL 324.69º 1% 0.52% -
HSV(B) 324.69º 0.95% 1% -
XYZ 47.29 23.89 33.13 -
YUV 100.96 158.51 237.87 -
System Red Green Blue C M Y K H S L
Decimal 255 12 155 0 0.95 0.39 0 324.69 1 0.52
Hex FF C 9B 0 5F 27 0 145 64 34
Octal 377 14 233 0 137 47 0 505 144 64
Binary 11111111 1100 10011011 0 1011111 100111 0 101000101 1100100 110100

Color Harmonies of #FF0C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0C9B

Black with #FF0C9B

Text Example


Text Example

White with #FF0C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0C9B; }

 p { color: rgb(255,12,155); }

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

background-color css

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

 a { background-color: rgb(255,12,155); }

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

border-color css

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

 span { border-color: rgb(255,12,155); }

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