#F75A9D

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

Shades of Brilliant Rose #F75A9D

Tints of Brilliant Rose #F75A9D

Color information

#F75A9D (or 0xF75A9D) is unknown color: approx Brilliant Rose. HEX triplet: F7, 5A and 9D. RGB value is (247,90,157). Sum of RGB (Red+Green+Blue) = 247+90+157=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75A9D is #08A562. Grayscale: #909090. Windows color (decimal): -566627 or 10312439. OLE color: 10312439.

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

Color convert

RGB24790157-
CMYK00.640.360.03
HSL334.39º90.75%66.08%-
HSV(B)334.39º63.56%96.86%-
XYZ48.129.5235.06-
YUV144.58135.01201.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 18.22%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=50%
G=18.22%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479015700.640.360.03334.3990.7566.08
HexF75A9D04024314e5b42
Octal3671322350100443516133102
Binary11110111101101010011101010000001001001110100111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75A9D; }

 p { color: rgb(247,90,157); }

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

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

 a { background-color: rgb(247,90,157); }

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

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

 span { border-color: rgb(247,90,157); }

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