#F451B2

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

Shades of Brilliant Rose #F451B2

Tints of Brilliant Rose #F451B2

Color information

#F451B2 (or 0xF451B2) is unknown color: approx Brilliant Rose. HEX triplet: F4, 51 and B2. RGB value is (244,81,178). Sum of RGB (Red+Green+Blue) = 244+81+178=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F451B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F451B2 is #0BAE4D. Grayscale: #8C8C8C. Windows color (decimal): -765518 or 11686388. OLE color: 11686388.

HSL color Cylindrical-coordinate representation of color #F451B2: hue angle of 324.29º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F451B2 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB24481178-
CMYK00.670.270.04
HSL324.29º88.11%63.73%-
HSV(B)324.29º66.8%95.69%-
XYZ48.2928.3345.04-
YUV140.8149201.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.51%
GREEN value IS 81 (32.03% from 255) = 16.10%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=48.51%
G=16.10%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448117800.670.270.04324.2988.1163.73
HexF451B20431B41445840
Octal3641212620103334504130100
Binary11110100101000110110010010000111101110010100010010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F451B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F451B2; }

 p { color: rgb(244,81,178); }

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

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

 a { background-color: rgb(244,81,178); }

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

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

 span { border-color: rgb(244,81,178); }

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