#F750B5

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

Shades of Brilliant Rose #F750B5

Tints of Brilliant Rose #F750B5

Color information

#F750B5 (or 0xF750B5) is unknown color: approx Brilliant Rose. HEX triplet: F7, 50 and B5. RGB value is (247,80,181). Sum of RGB (Red+Green+Blue) = 247+80+181=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F750B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750B5 is #08AF4A. Grayscale: #8D8D8D. Windows color (decimal): -569163 or 11882743. OLE color: 11882743.

HSL color Cylindrical-coordinate representation of color #F750B5: hue angle of 323.71º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F750B5 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB24780181-
CMYK00.680.270.03
HSL323.71º91.26%64.12%-
HSV(B)323.71º67.61%96.86%-
XYZ49.5728.8546.67-
YUV141.45150.33203.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.62%
GREEN value IS 80 (31.64% from 255) = 15.75%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=48.62%
G=15.75%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478018100.680.270.03323.7191.2664.12
HexF750B50441B31445b40
Octal3671202650104333504133100
Binary1111011110100001011010101000100110111110100010010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F750B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F750B5; }

 p { color: rgb(247,80,181); }

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

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

 a { background-color: rgb(247,80,181); }

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

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

 span { border-color: rgb(247,80,181); }

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