#F95FA1

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

Shades of Brilliant Rose #F95FA1

Tints of Brilliant Rose #F95FA1

Color information

#F95FA1 (or 0xF95FA1) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5F and A1. RGB value is (249,95,161). Sum of RGB (Red+Green+Blue) = 249+95+161=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F95FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95FA1 is #06A05E. Grayscale: #949494. Windows color (decimal): -434271 or 10575865. OLE color: 10575865.

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

Color convert

RGB24995161-
CMYK00.620.350.02
HSL334.29º92.77%67.45%-
HSV(B)334.29º61.85%97.65%-
XYZ49.5930.937.07-
YUV148.57135.02199.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 95 (37.5% from 255) = 18.81%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=49.31%
G=18.81%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499516100.620.350.02334.2992.7767.45
HexF95FA103E23214e5d43
Octal371137241076432516135103
Binary1111100110111111010000101111101000111010100111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95FA1; }

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

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

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

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

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

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

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

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