#F961A6

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

Shades of Brilliant Rose #F961A6

Tints of Brilliant Rose #F961A6

Color information

#F961A6 (or 0xF961A6) is unknown color: approx Brilliant Rose. HEX triplet: F9, 61 and A6. RGB value is (249,97,166). Sum of RGB (Red+Green+Blue) = 249+97+166=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F961A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F961A6 is #069E59. Grayscale: #969696. Windows color (decimal): -433754 or 10904057. OLE color: 10904057.

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

Color convert

RGB24997166-
CMYK00.610.330.02
HSL332.76º92.68%67.84%-
HSV(B)332.76º61.04%97.65%-
XYZ50.2231.4439.5-
YUV150.31136.86198.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.63%
GREEN value IS 97 (38.28% from 255) = 18.95%
BLUE value IS 166 (65.23% from 255) = 32.42%
R=48.63%
G=18.95%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499716600.610.330.02332.7692.6867.84
HexF961A603D21214d5d44
Octal371141246075412515135104
Binary1111100111000011010011001111011000011010100110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F961A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F961A6; }

 p { color: rgb(249,97,166); }

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

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

 a { background-color: rgb(249,97,166); }

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

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

 span { border-color: rgb(249,97,166); }

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