#F245A1

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

Shades of Brilliant Rose #F245A1

Tints of Brilliant Rose #F245A1

Color information

#F245A1 (or 0xF245A1) is unknown color: approx Brilliant Rose. HEX triplet: F2, 45 and A1. RGB value is (242,69,161). Sum of RGB (Red+Green+Blue) = 242+69+161=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F245A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F245A1 is #0DBA5E. Grayscale: #838383. Windows color (decimal): -899679 or 10569202. OLE color: 10569202.

HSL color Cylindrical-coordinate representation of color #F245A1: hue angle of 328.09º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F245A1 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24269161-
CMYK00.710.330.05
HSL328.09º86.93%60.98%-
HSV(B)328.09º71.49%94.9%-
XYZ45.1825.7136.3-
YUV131.22144.81207.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=51.27%
G=14.62%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426916100.710.330.05328.0986.9360.98
HexF245A1047215148573d
Octal362105241010741551012775
Binary11110010100010110100001010001111000011011010010001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F245A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F245A1; }

 p { color: rgb(242,69,161); }

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

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

 a { background-color: rgb(242,69,161); }

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

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

 span { border-color: rgb(242,69,161); }

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