Html Css Color HEX #F760A9 Brilliant Rose

📋 copy color: '#F760A9'

red 247 ◦ green 96 ◦ blue 169

#F760A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F760A9

Tints of Brilliant Rose #F760A9

RGB

 RED value IS 247 (96.88% from 255) = 48.24%

 GREEN value IS 96 (37.89% from 255) = 18.75%

 BLUE value IS 169 (66.41% from 255) = 33.01%

R = 48.24%
G = 18.75%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F760A9 (or 0xF760A9) is known color: Brilliant Rose. HEX triplet: F7, 60 and A9. RGB value is (247,96,169). Sum of RGB (Red+Green+Blue) = 247+96+169=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F760A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F760A9 is #089F56. Grayscale: #959595. Windows color (decimal): -565079 or 11100407. OLE color: 11100407.

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

Color convert

RGB 247 96 169 -
CMYK 0 0.61 0.32 0.03
HSL 330.99º 0.9% 0.67% -
HSV(B) 330.99º 0.61% 0.97% -
XYZ 49.7 31 40.9 -
YUV 149.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 247 96 169 0 0.61 0.32 0.03 330.99 0.9 0.67
Hex F7 60 A9 0 3D 20 3 14B 5A 43
Octal 367 140 251 0 75 40 3 513 132 103
Binary 11110111 1100000 10101001 0 111101 100000 11 101001011 1011010 1000011

Color Harmonies of #F760A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760A9

Black with #F760A9

Text Example


Text Example

White with #F760A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760A9; }

 p { color: rgb(247,96,169); }

 H1.HeaderClassName
 {
   color: #F760A9;
 }
 .AnyTagClassName
 {
   color: #F760A9;
 }
</style>

background-color css

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

 a { background-color: rgb(247,96,169); }

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

border-color css

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

 span { border-color: rgb(247,96,169); }

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