#F75FA1

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

Shades of Brilliant Rose #F75FA1

Tints of Brilliant Rose #F75FA1

Color information

#F75FA1 (or 0xF75FA1) is unknown color: approx Brilliant Rose. HEX triplet: F7, 5F and A1. RGB value is (247,95,161). Sum of RGB (Red+Green+Blue) = 247+95+161=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75FA1 is #08A05E. Grayscale: #939393. Windows color (decimal): -565343 or 10575863. OLE color: 10575863.

HSL color Cylindrical-coordinate representation of color #F75FA1: hue angle of 333.95º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75FA1 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB24795161-
CMYK00.620.350.03
HSL333.95º90.48%67.06%-
HSV(B)333.95º61.54%96.86%-
XYZ48.8830.5337.04-
YUV147.97135.36198.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.11%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=49.11%
G=18.89%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479516100.620.350.03333.9590.4867.06
HexF75FA103E23314e5a43
Octal367137241076433516132103
Binary1111011110111111010000101111101000111110100111010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FA1; }

 p { color: rgb(247,95,161); }

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

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

 a { background-color: rgb(247,95,161); }

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

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

 span { border-color: rgb(247,95,161); }

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