#F769A1

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

Shades of Brilliant Rose #F769A1

Tints of Brilliant Rose #F769A1

Color information

#F769A1 (or 0xF769A1) is unknown color: approx Brilliant Rose. HEX triplet: F7, 69 and A1. RGB value is (247,105,161). Sum of RGB (Red+Green+Blue) = 247+105+161=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F769A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F769A1 is #08965E. Grayscale: #999999. Windows color (decimal): -562783 or 10578423. OLE color: 10578423.

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

Color convert

RGB247105161-
CMYK00.570.350.03
HSL336.34º89.87%69.02%-
HSV(B)336.34º57.49%96.86%-
XYZ49.8432.4537.35-
YUV153.84132.04194.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.15%
GREEN value IS 105 (41.41% from 255) = 20.47%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=48.15%
G=20.47%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710516100.570.350.03336.3489.8769.02
HexF769A10392331505a45
Octal367151241071433520132105
Binary1111011111010011010000101110011000111110101000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769A1; }

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

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

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

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

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

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

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

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