#F83FAF

Color #F83FAF Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F83FAF

Tints of Persian Rose #F83FAF

Color information

#F83FAF (or 0xF83FAF) is unknown color: approx Persian Rose. HEX triplet: F8, 3F and AF. RGB value is (248,63,175). Sum of RGB (Red+Green+Blue) = 248+63+175=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83FAF is #07C050. Grayscale: #828282. Windows color (decimal): -507985 or 11485176. OLE color: 11485176.

HSL color Cylindrical-coordinate representation of color #F83FAF: hue angle of 323.68º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83FAF is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB24863175-
CMYK00.750.290.03
HSL323.68º92.96%60.98%-
HSV(B)323.68º74.6%97.25%-
XYZ48.2326.6143.15-
YUV131.08152.79211.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.03%
GREEN value IS 63 (25% from 255) = 12.96%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=51.03%
G=12.96%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486317500.750.290.03323.6892.9660.98
HexF83FAF04B1D31445d3d
Octal37077257011335350413575
Binary11111000111111101011110100101111101111010001001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83FAF; }

 p { color: rgb(248,63,175); }

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

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

 a { background-color: rgb(248,63,175); }

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

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

 span { border-color: rgb(248,63,175); }

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