#F945AF

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

Shades of Brilliant Rose #F945AF

Tints of Brilliant Rose #F945AF

Color information

#F945AF (or 0xF945AF) is unknown color: approx Brilliant Rose. HEX triplet: F9, 45 and AF. RGB value is (249,69,175). Sum of RGB (Red+Green+Blue) = 249+69+175=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F945AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F945AF is #06BA50. Grayscale: #868686. Windows color (decimal): -440913 or 11486713. OLE color: 11486713.

HSL color Cylindrical-coordinate representation of color #F945AF: hue angle of 324.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F945AF is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB24969175-
CMYK00.720.300.02
HSL324.67º93.75%62.35%-
HSV(B)324.67º72.29%97.65%-
XYZ48.9327.4943.28-
YUV134.9150.63209.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.51%
GREEN value IS 69 (27.34% from 255) = 14.00%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=50.51%
G=14.00%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496917500.720.300.02324.6793.7562.35
HexF945AF0481E21455e3e
Octal371105257011036250513676
Binary111110011000101101011110100100011110101010001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F945AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F945AF; }

 p { color: rgb(249,69,175); }

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

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

 a { background-color: rgb(249,69,175); }

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

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

 span { border-color: rgb(249,69,175); }

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