#F748B7

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

Shades of Brilliant Rose #F748B7

Tints of Brilliant Rose #F748B7

Color information

#F748B7 (or 0xF748B7) is unknown color: approx Brilliant Rose. HEX triplet: F7, 48 and B7. RGB value is (247,72,183). Sum of RGB (Red+Green+Blue) = 247+72+183=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F748B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748B7 is #08B748. Grayscale: #888888. Windows color (decimal): -571209 or 12011767. OLE color: 12011767.

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

Color convert

RGB24772183-
CMYK00.710.260.03
HSL321.94º91.62%62.55%-
HSV(B)321.94º70.85%96.86%-
XYZ49.2227.8347.58-
YUV136.98153.98206.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.20%
GREEN value IS 72 (28.52% from 255) = 14.34%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=49.20%
G=14.34%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477218300.710.260.03321.9491.6262.55
HexF748B70471A31425c3f
Octal367110267010732350213477
Binary111101111001000101101110100011111010111010000101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F748B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F748B7; }

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

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

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

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

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

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

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

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