Html Css Color HEX #F760A2 Brilliant Rose

📋 copy color: '#F760A2'

red 247 ◦ green 96 ◦ blue 162

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

Shades of Brilliant Rose #F760A2

Tints of Brilliant Rose #F760A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 48.91%
G = 19.01%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F760A2 (or 0xF760A2) is known color: Brilliant Rose. HEX triplet: F7, 60 and A2. RGB value is (247,96,162). Sum of RGB (Red+Green+Blue) = 247+96+162=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F760A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F760A2 is #089F5D. Grayscale: #949494. Windows color (decimal): -565086 or 10641655. OLE color: 10641655.

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

Color convert

RGB 247 96 162 -
CMYK 0 0.61 0.34 0.03
HSL 333.77º 0.9% 0.67% -
HSV(B) 333.77º 0.61% 0.97% -
XYZ 49.06 30.75 37.53 -
YUV 148.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 247 96 162 0 0.61 0.34 0.03 333.77 0.9 0.67
Hex F7 60 A2 0 3D 22 3 14E 5A 43
Octal 367 140 242 0 75 42 3 516 132 103
Binary 11110111 1100000 10100010 0 111101 100010 11 101001110 1011010 1000011

Color Harmonies of #F760A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760A2

Black with #F760A2

Text Example


Text Example

White with #F760A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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