#F467A1

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

Shades of Brilliant Rose #F467A1

Tints of Brilliant Rose #F467A1

Color information

#F467A1 (or 0xF467A1) is unknown color: approx Brilliant Rose. HEX triplet: F4, 67 and A1. RGB value is (244,103,161). Sum of RGB (Red+Green+Blue) = 244+103+161=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F467A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F467A1 is #0B985E. Grayscale: #979797. Windows color (decimal): -759903 or 10577908. OLE color: 10577908.

HSL color Cylindrical-coordinate representation of color #F467A1: hue angle of 335.32º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F467A1 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB244103161-
CMYK00.580.340.04
HSL335.32º86.5%68.04%-
HSV(B)335.32º57.79%95.69%-
XYZ48.5931.5137.24-
YUV151.77133.21193.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.03%
GREEN value IS 103 (40.62% from 255) = 20.28%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=48.03%
G=20.28%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410316100.580.340.04335.3286.568.04
HexF467A103A22414f5744
Octal364147241072424517127104
Binary11110100110011110100001011101010001010010100111110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F467A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F467A1; }

 p { color: rgb(244,103,161); }

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

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

 a { background-color: rgb(244,103,161); }

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

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

 span { border-color: rgb(244,103,161); }

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