Html Css Color HEX #F76395 Brilliant Rose

📋 copy color: '#F76395'

red 247 ◦ green 99 ◦ blue 149

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

Shades of Brilliant Rose #F76395

Tints of Brilliant Rose #F76395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20%

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 49.9%
G = 20%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F76395 (or 0xF76395) is known color: Brilliant Rose. HEX triplet: F7, 63 and 95. RGB value is (247,99,149). Sum of RGB (Red+Green+Blue) = 247+99+149=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F76395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76395 is #089C6A. Grayscale: #949494. Windows color (decimal): -564331 or 9790455. OLE color: 9790455.

HSL color Cylindrical-coordinate representation of color #F76395: hue angle of 339.73º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76395 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 99 149 -
CMYK 0 0.60 0.40 0.03
HSL 339.73º 0.9% 0.68% -
HSV(B) 339.73º 0.6% 0.97% -
XYZ 48.24 30.87 31.85 -
YUV 148.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 247 99 149 0 0.60 0.40 0.03 339.73 0.9 0.68
Hex F7 63 95 0 3C 28 3 154 5A 44
Octal 367 143 225 0 74 50 3 524 132 104
Binary 11110111 1100011 10010101 0 111100 101000 11 101010100 1011010 1000100

Color Harmonies of #F76395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76395

Black with #F76395

Text Example


Text Example

White with #F76395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76395; }

 p { color: rgb(247,99,149); }

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

background-color css

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

 a { background-color: rgb(247,99,149); }

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

border-color css

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

 span { border-color: rgb(247,99,149); }

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