#F965A5

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

Shades of Brilliant Rose #F965A5

Tints of Brilliant Rose #F965A5

Color information

#F965A5 (or 0xF965A5) is unknown color: approx Brilliant Rose. HEX triplet: F9, 65 and A5. RGB value is (249,101,165). Sum of RGB (Red+Green+Blue) = 249+101+165=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F965A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965A5 is #069A5A. Grayscale: #989898. Windows color (decimal): -432731 or 10839545. OLE color: 10839545.

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

Color convert

RGB249101165-
CMYK00.590.340.02
HSL334.05º92.5%68.63%-
HSV(B)334.05º59.44%97.65%-
XYZ50.5132.1639.14-
YUV152.55135.03196.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.35%
GREEN value IS 101 (39.84% from 255) = 19.61%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=48.35%
G=19.61%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910116500.590.340.02334.0592.568.63
HexF965A503B22214e5c45
Octal371145245073422516134105
Binary1111100111001011010010101110111000101010100111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965A5; }

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

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

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

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

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

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

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

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