Html Css Color HEX #FF0FAA Spicy Pink

📋 copy color: '#FF0FAA'

red 255 ◦ green 15 ◦ blue 170

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

Shades of Spicy Pink #FF0FAA

Tints of Spicy Pink #FF0FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 57.95%
G = 3.41%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF0FAA (or 0xFF0FAA) is known color: Spicy Pink. HEX triplet: FF, 0F and AA. RGB value is (255,15,170). Sum of RGB (Red+Green+Blue) = 255+15+170=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0FAA is #00F055. Grayscale: #686868. Windows color (decimal): -61526 or 11145215. OLE color: 11145215.

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

Color convert

RGB 255 15 170 -
CMYK 0 0.94 0.33 0
HSL 321.25º 1% 0.53% -
HSV(B) 321.25º 0.94% 1% -
XYZ 48.67 24.5 40.19 -
YUV 104.43 165.01 235.4 -
System Red Green Blue C M Y K H S L
Decimal 255 15 170 0 0.94 0.33 0 321.25 1 0.53
Hex FF F AA 0 5E 21 0 141 64 35
Octal 377 17 252 0 136 41 0 501 144 65
Binary 11111111 1111 10101010 0 1011110 100001 0 101000001 1100100 110101

Color Harmonies of #FF0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0FAA

Black with #FF0FAA

Text Example


Text Example

White with #FF0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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