#F963A4

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

Shades of Brilliant Rose #F963A4

Tints of Brilliant Rose #F963A4

Color information

#F963A4 (or 0xF963A4) is unknown color: approx Brilliant Rose. HEX triplet: F9, 63 and A4. RGB value is (249,99,164). Sum of RGB (Red+Green+Blue) = 249+99+164=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F963A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963A4 is #069C5B. Grayscale: #979797. Windows color (decimal): -433244 or 10773497. OLE color: 10773497.

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

Color convert

RGB24999164-
CMYK00.600.340.02
HSL334º92.59%68.24%-
HSV(B)334º60.24%97.65%-
XYZ50.2331.7438.6-
YUV151.26135.2197.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.63%
GREEN value IS 99 (39.06% from 255) = 19.34%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=48.63%
G=19.34%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499916400.600.340.0233492.5968.24
HexF963A403C22214e5d44
Octal371143244074422516135104
Binary1111100111000111010010001111001000101010100111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F963A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F963A4; }

 p { color: rgb(249,99,164); }

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

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

 a { background-color: rgb(249,99,164); }

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

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

 span { border-color: rgb(249,99,164); }

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