#F767A1

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

Shades of Brilliant Rose #F767A1

Tints of Brilliant Rose #F767A1

Color information

#F767A1 (or 0xF767A1) is unknown color: approx Brilliant Rose. HEX triplet: F7, 67 and A1. RGB value is (247,103,161). Sum of RGB (Red+Green+Blue) = 247+103+161=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F767A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F767A1 is #08985E. Grayscale: #989898. Windows color (decimal): -563295 or 10577911. OLE color: 10577911.

HSL color Cylindrical-coordinate representation of color #F767A1: hue angle of 335.83º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F767A1 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB247103161-
CMYK00.580.350.03
HSL335.83º90%68.63%-
HSV(B)335.83º58.3%96.86%-
XYZ49.6432.0537.29-
YUV152.67132.71195.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.34%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=48.34%
G=20.16%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710316100.580.350.03335.839068.63
HexF767A103A2331505a45
Octal367147241072433520132105
Binary1111011111001111010000101110101000111110101000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F767A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F767A1; }

 p { color: rgb(247,103,161); }

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

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

 a { background-color: rgb(247,103,161); }

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

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

 span { border-color: rgb(247,103,161); }

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