#F461A4

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

Shades of Brilliant Rose #F461A4

Tints of Brilliant Rose #F461A4

Color information

#F461A4 (or 0xF461A4) is unknown color: approx Brilliant Rose. HEX triplet: F4, 61 and A4. RGB value is (244,97,164). Sum of RGB (Red+Green+Blue) = 244+97+164=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F461A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F461A4 is #0B9E5B. Grayscale: #949494. Windows color (decimal): -761436 or 10772980. OLE color: 10772980.

HSL color Cylindrical-coordinate representation of color #F461A4: hue angle of 332.65º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F461A4 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB24497164-
CMYK00.600.330.04
HSL332.65º86.98%66.86%-
HSV(B)332.65º60.25%95.69%-
XYZ48.2830.4638.46-
YUV148.59136.7196.05-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 97 (38.28% from 255) = 19.21%
BLUE value IS 164 (64.45% from 255) = 32.48%
R=48.32%
G=19.21%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449716400.600.330.04332.6586.9866.86
HexF461A403C21414d5743
Octal364141244074414515127103
Binary11110100110000110100100011110010000110010100110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F461A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F461A4; }

 p { color: rgb(244,97,164); }

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

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

 a { background-color: rgb(244,97,164); }

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

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

 span { border-color: rgb(244,97,164); }

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