Html Css Color HEX #F760A8 Brilliant Rose

📋 copy color: '#F760A8'

red 247 ◦ green 96 ◦ blue 168

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

Shades of Brilliant Rose #F760A8

Tints of Brilliant Rose #F760A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.88%

R = 48.34%
G = 18.79%
B = 32.88%

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

#F760A8 (or 0xF760A8) is known color: Brilliant Rose. HEX triplet: F7, 60 and A8. RGB value is (247,96,168). Sum of RGB (Red+Green+Blue) = 247+96+168=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F760A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F760A8 is #089F57. Grayscale: #959595. Windows color (decimal): -565080 or 11034871. OLE color: 11034871.

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

Color convert

RGB 247 96 168 -
CMYK 0 0.61 0.32 0.03
HSL 331.39º 0.9% 0.67% -
HSV(B) 331.39º 0.61% 0.97% -
XYZ 49.61 30.97 40.41 -
YUV 149.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 247 96 168 0 0.61 0.32 0.03 331.39 0.9 0.67
Hex F7 60 A8 0 3D 20 3 14B 5A 43
Octal 367 140 250 0 75 40 3 513 132 103
Binary 11110111 1100000 10101000 0 111101 100000 11 101001011 1011010 1000011

Color Harmonies of #F760A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760A8

Black with #F760A8

Text Example


Text Example

White with #F760A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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