Html Css Color HEX #F76296 Brilliant Rose

📋 copy color: '#F76296'

red 247 ◦ green 98 ◦ blue 150

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

Shades of Brilliant Rose #F76296

Tints of Brilliant Rose #F76296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.8%

 BLUE value IS 150 (58.98% from 255) = 30.3%

R = 49.9%
G = 19.8%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F76296 (or 0xF76296) is known color: Brilliant Rose. HEX triplet: F7, 62 and 96. RGB value is (247,98,150). Sum of RGB (Red+Green+Blue) = 247+98+150=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F76296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76296 is #089D69. Grayscale: #949494. Windows color (decimal): -564586 or 9855735. OLE color: 9855735.

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

Color convert

RGB 247 98 150 -
CMYK 0 0.60 0.39 0.03
HSL 339.06º 0.9% 0.68% -
HSV(B) 339.06º 0.6% 0.97% -
XYZ 48.23 30.71 32.24 -
YUV 148.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 247 98 150 0 0.60 0.39 0.03 339.06 0.9 0.68
Hex F7 62 96 0 3C 27 3 153 5A 44
Octal 367 142 226 0 74 47 3 523 132 104
Binary 11110111 1100010 10010110 0 111100 100111 11 101010011 1011010 1000100

Color Harmonies of #F76296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76296

Black with #F76296

Text Example


Text Example

White with #F76296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76296; }

 p { color: rgb(247,98,150); }

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

background-color css

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

 a { background-color: rgb(247,98,150); }

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

border-color css

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

 span { border-color: rgb(247,98,150); }

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