#F752B7

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

Shades of Brilliant Rose #F752B7

Tints of Brilliant Rose #F752B7

Color information

#F752B7 (or 0xF752B7) is unknown color: approx Brilliant Rose. HEX triplet: F7, 52 and B7. RGB value is (247,82,183). Sum of RGB (Red+Green+Blue) = 247+82+183=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F752B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752B7 is #08AD48. Grayscale: #8E8E8E. Windows color (decimal): -568649 or 12014327. OLE color: 12014327.

HSL color Cylindrical-coordinate representation of color #F752B7: hue angle of 323.27º degrees, saturation: 0.91, 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 #F752B7 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB24782183-
CMYK00.670.260.03
HSL323.27º91.16%64.51%-
HSV(B)323.27º66.8%96.86%-
XYZ49.9229.2347.81-
YUV142.85150.66202.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.24%
GREEN value IS 82 (32.42% from 255) = 16.02%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=48.24%
G=16.02%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478218300.670.260.03323.2791.1664.51
HexF752B70431A31435b41
Octal3671222670103323503133101
Binary1111011110100101011011101000011110101110100001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F752B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F752B7; }

 p { color: rgb(247,82,183); }

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

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

 a { background-color: rgb(247,82,183); }

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

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

 span { border-color: rgb(247,82,183); }

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