#F95DA1

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

Shades of Brilliant Rose #F95DA1

Tints of Brilliant Rose #F95DA1

Color information

#F95DA1 (or 0xF95DA1) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5D and A1. RGB value is (249,93,161). Sum of RGB (Red+Green+Blue) = 249+93+161=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95DA1 is #06A25E. Grayscale: #939393. Windows color (decimal): -434783 or 10575353. OLE color: 10575353.

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

Color convert

RGB24993161-
CMYK00.630.350.02
HSL333.85º92.86%67.06%-
HSV(B)333.85º62.65%97.65%-
XYZ49.4130.5437.01-
YUV147.4135.68200.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.50%
GREEN value IS 93 (36.72% from 255) = 18.49%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=49.50%
G=18.49%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499316100.630.350.02333.8592.8667.06
HexF95DA103F23214e5d43
Octal371135241077432516135103
Binary1111100110111011010000101111111000111010100111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95DA1; }

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

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

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

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

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

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

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

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