Html Css Color HEX #F86295 Brilliant Rose

📋 copy color: '#F86295'

red 248 ◦ green 98 ◦ blue 149

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

Shades of Brilliant Rose #F86295

Tints of Brilliant Rose #F86295

RGB

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

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

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

R = 50.1%
G = 19.8%
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

#F86295 (or 0xF86295) is known color: Brilliant Rose. HEX triplet: F8, 62 and 95. RGB value is (248,98,149). Sum of RGB (Red+Green+Blue) = 248+98+149=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F86295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86295 is #079D6A. Grayscale: #949494. Windows color (decimal): -499051 or 9790200. OLE color: 9790200.

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

Color convert

RGB 248 98 149 -
CMYK 0 0.60 0.40 0.03
HSL 339.6º 0.91% 0.68% -
HSV(B) 339.6º 0.6% 0.97% -
XYZ 48.5 30.86 31.83 -
YUV 148.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 248 98 149 0 0.60 0.40 0.03 339.6 0.91 0.68
Hex F8 62 95 0 3C 28 3 154 5B 44
Octal 370 142 225 0 74 50 3 524 133 104
Binary 11111000 1100010 10010101 0 111100 101000 11 101010100 1011011 1000100

Color Harmonies of #F86295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86295

Black with #F86295

Text Example


Text Example

White with #F86295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86295; }

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

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

background-color css

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

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

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

border-color css

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

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

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