#F95FA2

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

Shades of Brilliant Rose #F95FA2

Tints of Brilliant Rose #F95FA2

Color information

#F95FA2 (or 0xF95FA2) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5F and A2. RGB value is (249,95,162). Sum of RGB (Red+Green+Blue) = 249+95+162=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F95FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95FA2 is #06A05D. Grayscale: #949494. Windows color (decimal): -434270 or 10641401. OLE color: 10641401.

HSL color Cylindrical-coordinate representation of color #F95FA2: hue angle of 333.9º 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 #F95FA2 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB24995162-
CMYK00.620.350.02
HSL333.9º92.77%67.45%-
HSV(B)333.9º61.85%97.65%-
XYZ49.6830.9337.53-
YUV148.68135.52199.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.21%
GREEN value IS 95 (37.5% from 255) = 18.77%
BLUE value IS 162 (63.67% from 255) = 32.02%
R=49.21%
G=18.77%
B=32.02%

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
Decimal2499516200.620.350.02333.992.7767.45
HexF95FA203E23214e5d43
Octal371137242076432516135103
Binary1111100110111111010001001111101000111010100111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95FA2; }

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

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

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

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

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

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

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

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