#ff0fae

Color #FF0FAE Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #FF0FAE

Tints of Spicy Pink #FF0FAE

Color information

#FF0FAE (or 0xFF0FAE) is unknown color: approx Spicy Pink. HEX triplet: FF, 0F and AE. RGB value is (255,15,174). Sum of RGB (Red+Green+Blue) = 255+15+174=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0FAE is #00F051. Grayscale: #686868. Windows color (decimal): -61522 or 11407359. OLE color: 11407359.

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

Color convert

RGB25515174-
CMYK00.940.320
HSL320.25º100%52.94%-
HSV(B)320.25º94.12%100%-
XYZ49.0524.6642.22-
YUV104.89167.01235.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.43%
GREEN value IS 15 (6.25% from 255) = 3.38%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=57.43%
G=3.38%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551517400.940.320320.2510052.94
HexFFFAE05E2001406435
Octal37717256013640050014465
Binary111111111111101011100101111010000001010000001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff0fae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff0fae; }

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

 H1.HeaderClassName
 {
   color: #ff0fae;
 }
 .AnyTagClassName
 {
   color: #ff0fae;
 }
</style>
background-color css

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

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

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

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

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

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