#F762A2

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

Shades of Brilliant Rose #F762A2

Tints of Brilliant Rose #F762A2

Color information

#F762A2 (or 0xF762A2) is unknown color: approx Brilliant Rose. HEX triplet: F7, 62 and A2. RGB value is (247,98,162). Sum of RGB (Red+Green+Blue) = 247+98+162=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F762A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F762A2 is #089D5D. Grayscale: #959595. Windows color (decimal): -564574 or 10642167. OLE color: 10642167.

HSL color Cylindrical-coordinate representation of color #F762A2: hue angle of 334.23º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F762A2 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB24798162-
CMYK00.600.340.03
HSL334.23º90.3%67.65%-
HSV(B)334.23º60.32%96.86%-
XYZ49.2531.1237.59-
YUV149.85134.86197.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.72%
GREEN value IS 98 (38.67% from 255) = 19.33%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=48.72%
G=19.33%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479816200.600.340.03334.2390.367.65
HexF762A203C22314e5a44
Octal367142242074423516132104
Binary1111011111000101010001001111001000101110100111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F762A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F762A2; }

 p { color: rgb(247,98,162); }

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

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

 a { background-color: rgb(247,98,162); }

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

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

 span { border-color: rgb(247,98,162); }

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