Html Css Color HEX #FF0F9A Deep Pink

📋 copy color: '#FF0F9A'

red 255 ◦ green 15 ◦ blue 154

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

Shades of Deep Pink #FF0F9A

Tints of Deep Pink #FF0F9A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.54%

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

R = 60.14%
G = 3.54%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF0F9A (or 0xFF0F9A) is known color: Deep Pink. HEX triplet: FF, 0F and 9A. RGB value is (255,15,154). Sum of RGB (Red+Green+Blue) = 255+15+154=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0F9A is #00F065. Grayscale: #666666. Windows color (decimal): -61542 or 10096639. OLE color: 10096639.

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

Color convert

RGB 255 15 154 -
CMYK 0 0.94 0.40 0
HSL 325.25º 1% 0.53% -
HSV(B) 325.25º 0.94% 1% -
XYZ 47.24 23.93 32.7 -
YUV 102.61 157.01 236.7 -
System Red Green Blue C M Y K H S L
Decimal 255 15 154 0 0.94 0.40 0 325.25 1 0.53
Hex FF F 9A 0 5E 28 0 145 64 35
Octal 377 17 232 0 136 50 0 505 144 65
Binary 11111111 1111 10011010 0 1011110 101000 0 101000101 1100100 110101

Color Harmonies of #FF0F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0F9A

Black with #FF0F9A

Text Example


Text Example

White with #FF0F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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