#F852B3

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

Shades of Brilliant Rose #F852B3

Tints of Brilliant Rose #F852B3

Color information

#F852B3 (or 0xF852B3) is unknown color: approx Brilliant Rose. HEX triplet: F8, 52 and B3. RGB value is (248,82,179). Sum of RGB (Red+Green+Blue) = 248+82+179=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F852B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F852B3 is #07AD4C. Grayscale: #8E8E8E. Windows color (decimal): -503117 or 11752184. OLE color: 11752184.

HSL color Cylindrical-coordinate representation of color #F852B3: hue angle of 324.94º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F852B3 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB24882179-
CMYK00.670.280.03
HSL324.94º92.22%64.71%-
HSV(B)324.94º66.94%97.25%-
XYZ49.8729.2545.66-
YUV142.69148.5203.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.72%
GREEN value IS 82 (32.42% from 255) = 16.11%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=48.72%
G=16.11%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488217900.670.280.03324.9492.2264.71
HexF852B30431C31455c41
Octal3701222630103343505134101
Binary1111100010100101011001101000011111001110100010110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F852B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F852B3; }

 p { color: rgb(248,82,179); }

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

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

 a { background-color: rgb(248,82,179); }

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

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

 span { border-color: rgb(248,82,179); }

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