Html Css Color HEX #FF0FAF Spicy Pink

📋 copy color: '#FF0FAF'

red 255 ◦ green 15 ◦ blue 175

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

Shades of Spicy Pink #FF0FAF

Tints of Spicy Pink #FF0FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.33%

R = 57.3%
G = 3.37%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF0FAF (or 0xFF0FAF) is known color: Spicy Pink. HEX triplet: FF, 0F and AF. RGB value is (255,15,175). Sum of RGB (Red+Green+Blue) = 255+15+175=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0FAF is #00F050. Grayscale: #686868. Windows color (decimal): -61521 or 11472895. OLE color: 11472895.

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

Color convert

RGB 255 15 175 -
CMYK 0 0.94 0.31 0
HSL 320º 1% 0.53% -
HSV(B) 320º 0.94% 1% -
XYZ 49.15 24.7 42.73 -
YUV 105 167.51 234.99 -
System Red Green Blue C M Y K H S L
Decimal 255 15 175 0 0.94 0.31 0 320 1 0.53
Hex FF F AF 0 5E 1F 0 140 64 35
Octal 377 17 257 0 136 37 0 500 144 65
Binary 11111111 1111 10101111 0 1011110 11111 0 101000000 1100100 110101

Color Harmonies of #FF0FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0FAF

Black with #FF0FAF

Text Example


Text Example

White with #FF0FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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