Html Css Color HEX #FF0C9A Deep Pink

📋 copy color: '#FF0C9A'

red 255 ◦ green 12 ◦ blue 154

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

Shades of Deep Pink #FF0C9A

Tints of Deep Pink #FF0C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 60.57%
G = 2.85%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF0C9A (or 0xFF0C9A) is known color: Deep Pink. HEX triplet: FF, 0C and 9A. RGB value is (255,12,154). Sum of RGB (Red+Green+Blue) = 255+12+154=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C9A is #00F365. Grayscale: #646464. Windows color (decimal): -62310 or 10095871. OLE color: 10095871.

HSL color Cylindrical-coordinate representation of color #FF0C9A: hue angle of 324.94º 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 #FF0C9A is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 12 154 -
CMYK 0 0.95 0.40 0
HSL 324.94º 1% 0.52% -
HSV(B) 324.94º 0.95% 1% -
XYZ 47.2 23.86 32.69 -
YUV 100.85 158.01 237.95 -
System Red Green Blue C M Y K H S L
Decimal 255 12 154 0 0.95 0.40 0 324.94 1 0.52
Hex FF C 9A 0 5F 28 0 145 64 34
Octal 377 14 232 0 137 50 0 505 144 64
Binary 11111111 1100 10011010 0 1011111 101000 0 101000101 1100100 110100

Color Harmonies of #FF0C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0C9A

Black with #FF0C9A

Text Example


Text Example

White with #FF0C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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