#F762A4

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

Shades of Brilliant Rose #F762A4

Tints of Brilliant Rose #F762A4

Color information

#F762A4 (or 0xF762A4) is unknown color: approx Brilliant Rose. HEX triplet: F7, 62 and A4. RGB value is (247,98,164). Sum of RGB (Red+Green+Blue) = 247+98+164=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F762A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F762A4 is #089D5B. Grayscale: #959595. Windows color (decimal): -564572 or 10773239. OLE color: 10773239.

HSL color Cylindrical-coordinate representation of color #F762A4: hue angle of 333.42º 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 #F762A4 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB24798164-
CMYK00.600.340.03
HSL333.42º90.3%67.65%-
HSV(B)333.42º60.32%96.86%-
XYZ49.4331.1938.54-
YUV150.07135.86197.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.53%
GREEN value IS 98 (38.67% from 255) = 19.25%
BLUE value IS 164 (64.45% from 255) = 32.22%
R=48.53%
G=19.25%
B=32.22%

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
Decimal2479816400.600.340.03333.4290.367.65
HexF762A403C22314d5a44
Octal367142244074423515132104
Binary1111011111000101010010001111001000101110100110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F762A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F762A4; }

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

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

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

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

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

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

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

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