#F941AD

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

Shades of Brilliant Rose #F941AD

Tints of Brilliant Rose #F941AD

Color information

#F941AD (or 0xF941AD) is unknown color: approx Brilliant Rose. HEX triplet: F9, 41 and AD. RGB value is (249,65,173). Sum of RGB (Red+Green+Blue) = 249+65+173=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F941AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F941AD is #06BE52. Grayscale: #848484. Windows color (decimal): -441939 or 11354617. OLE color: 11354617.

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

Color convert

RGB24965173-
CMYK00.740.310.02
HSL324.78º93.88%61.57%-
HSV(B)324.78º73.9%97.65%-
XYZ48.526.9442.18-
YUV132.33150.96211.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.13%
GREEN value IS 65 (25.78% from 255) = 13.35%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=51.13%
G=13.35%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496517300.740.310.02324.7893.8861.57
HexF941AD04A1F21455e3e
Octal371101255011237250513676
Binary111110011000001101011010100101011111101010001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F941AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F941AD; }

 p { color: rgb(249,65,173); }

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

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

 a { background-color: rgb(249,65,173); }

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

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

 span { border-color: rgb(249,65,173); }

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