Html Css Color HEX #F86296 Brilliant Rose

📋 copy color: '#F86296'

red 248 ◦ green 98 ◦ blue 150

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

Shades of Brilliant Rose #F86296

Tints of Brilliant Rose #F86296

RGB

 RED value IS 248 (97.27% from 255) = 50%

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

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

R = 50%
G = 19.76%
B = 30.24%

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

#F86296 (or 0xF86296) is known color: Brilliant Rose. HEX triplet: F8, 62 and 96. RGB value is (248,98,150). Sum of RGB (Red+Green+Blue) = 248+98+150=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F86296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86296 is #079D69. Grayscale: #949494. Windows color (decimal): -499050 or 9855736. OLE color: 9855736.

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

Color convert

RGB 248 98 150 -
CMYK 0 0.60 0.40 0.03
HSL 339.2º 0.91% 0.68% -
HSV(B) 339.2º 0.6% 0.97% -
XYZ 48.58 30.89 32.26 -
YUV 148.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 248 98 150 0 0.60 0.40 0.03 339.2 0.91 0.68
Hex F8 62 96 0 3C 28 3 153 5B 44
Octal 370 142 226 0 74 50 3 523 133 104
Binary 11111000 1100010 10010110 0 111100 101000 11 101010011 1011011 1000100

Color Harmonies of #F86296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86296

Black with #F86296

Text Example


Text Example

White with #F86296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86296; }

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

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

background-color css

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

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

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

border-color css

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

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

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