#F764A6

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

Shades of Brilliant Rose #F764A6

Tints of Brilliant Rose #F764A6

Color information

#F764A6 (or 0xF764A6) is unknown color: approx Brilliant Rose. HEX triplet: F7, 64 and A6. RGB value is (247,100,166). Sum of RGB (Red+Green+Blue) = 247+100+166=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F764A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F764A6 is #089B59. Grayscale: #979797. Windows color (decimal): -564058 or 10904823. OLE color: 10904823.

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

Color convert

RGB247100166-
CMYK00.600.330.03
HSL333.06º90.18%68.04%-
HSV(B)333.06º59.51%96.86%-
XYZ49.831.6439.56-
YUV151.48136.2196.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.15%
GREEN value IS 100 (39.45% from 255) = 19.49%
BLUE value IS 166 (65.23% from 255) = 32.36%
R=48.15%
G=19.49%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710016600.600.330.03333.0690.1868.04
HexF764A603C21314d5a44
Octal367144246074413515132104
Binary1111011111001001010011001111001000011110100110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F764A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F764A6; }

 p { color: rgb(247,100,166); }

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

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

 a { background-color: rgb(247,100,166); }

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

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

 span { border-color: rgb(247,100,166); }

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