#F965A0

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

Shades of Brilliant Rose #F965A0

Tints of Brilliant Rose #F965A0

Color information

#F965A0 (or 0xF965A0) is unknown color: approx Brilliant Rose. HEX triplet: F9, 65 and A0. RGB value is (249,101,160). Sum of RGB (Red+Green+Blue) = 249+101+160=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F965A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965A0 is #069A5F. Grayscale: #979797. Windows color (decimal): -432736 or 10511865. OLE color: 10511865.

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

Color convert

RGB249101160-
CMYK00.590.360.02
HSL336.08º92.5%68.63%-
HSV(B)336.08º59.44%97.65%-
XYZ50.0731.9936.79-
YUV151.98132.53197.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.82%
GREEN value IS 101 (39.84% from 255) = 19.80%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=48.82%
G=19.80%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910116000.590.360.02336.0892.568.63
HexF965A003B2421505c45
Octal371145240073442520134105
Binary1111100111001011010000001110111001001010101000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965A0; }

 p { color: rgb(249,101,160); }

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

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

 a { background-color: rgb(249,101,160); }

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

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

 span { border-color: rgb(249,101,160); }

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