Html Css Color HEX #F761A0 Brilliant Rose

📋 copy color: '#F761A0'

red 247 ◦ green 97 ◦ blue 160

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

Shades of Brilliant Rose #F761A0

Tints of Brilliant Rose #F761A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.25%

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 49.01%
G = 19.25%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F761A0 (or 0xF761A0) is known color: Brilliant Rose. HEX triplet: F7, 61 and A0. RGB value is (247,97,160). Sum of RGB (Red+Green+Blue) = 247+97+160=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F761A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F761A0 is #089E5F. Grayscale: #949494. Windows color (decimal): -564832 or 10510839. OLE color: 10510839.

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

Color convert

RGB 247 97 160 -
CMYK 0 0.61 0.35 0.03
HSL 334.8º 0.9% 0.67% -
HSV(B) 334.8º 0.61% 0.97% -
XYZ 48.98 30.86 36.63 -
YUV 149.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 247 97 160 0 0.61 0.35 0.03 334.8 0.9 0.67
Hex F7 61 A0 0 3D 23 3 14F 5A 43
Octal 367 141 240 0 75 43 3 517 132 103
Binary 11110111 1100001 10100000 0 111101 100011 11 101001111 1011010 1000011

Color Harmonies of #F761A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F761A0

Black with #F761A0

Text Example


Text Example

White with #F761A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F761A0; }

 p { color: rgb(247,97,160); }

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

background-color css

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

 a { background-color: rgb(247,97,160); }

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

border-color css

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

 span { border-color: rgb(247,97,160); }

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