Html Css Color HEX #F86395 Brilliant Rose

📋 copy color: '#F86395'

red 248 ◦ green 99 ◦ blue 149

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

Shades of Brilliant Rose #F86395

Tints of Brilliant Rose #F86395

RGB

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

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

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

R = 50%
G = 19.96%
B = 30.04%

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

#F86395 (or 0xF86395) is known color: Brilliant Rose. HEX triplet: F8, 63 and 95. RGB value is (248,99,149). Sum of RGB (Red+Green+Blue) = 248+99+149=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F86395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86395 is #079C6A. Grayscale: #959595. Windows color (decimal): -498795 or 9790456. OLE color: 9790456.

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

Color convert

RGB 248 99 149 -
CMYK 0 0.60 0.40 0.03
HSL 339.87º 0.91% 0.68% -
HSV(B) 339.87º 0.6% 0.97% -
XYZ 48.6 31.05 31.87 -
YUV 149.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 248 99 149 0 0.60 0.40 0.03 339.87 0.91 0.68
Hex F8 63 95 0 3C 28 3 154 5B 44
Octal 370 143 225 0 74 50 3 524 133 104
Binary 11111000 1100011 10010101 0 111100 101000 11 101010100 1011011 1000100

Color Harmonies of #F86395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86395

Black with #F86395

Text Example


Text Example

White with #F86395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86395; }

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

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

background-color css

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

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

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

border-color css

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

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

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