Html Css Color HEX #F86499 Brilliant Rose

📋 copy color: '#F86499'

red 248 ◦ green 100 ◦ blue 153

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

Shades of Brilliant Rose #F86499

Tints of Brilliant Rose #F86499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.96%

 BLUE value IS 153 (60.16% from 255) = 30.54%

R = 49.5%
G = 19.96%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F86499 (or 0xF86499) is known color: Brilliant Rose. HEX triplet: F8, 64 and 99. RGB value is (248,100,153). Sum of RGB (Red+Green+Blue) = 248+100+153=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F86499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86499 is #079B66. Grayscale: #969696. Windows color (decimal): -498535 or 10052856. OLE color: 10052856.

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

Color convert

RGB 248 100 153 -
CMYK 0 0.60 0.38 0.03
HSL 338.51º 0.91% 0.68% -
HSV(B) 338.51º 0.6% 0.97% -
XYZ 49.02 31.37 33.61 -
YUV 150.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 248 100 153 0 0.60 0.38 0.03 338.51 0.91 0.68
Hex F8 64 99 0 3C 26 3 153 5B 44
Octal 370 144 231 0 74 46 3 523 133 104
Binary 11111000 1100100 10011001 0 111100 100110 11 101010011 1011011 1000100

Color Harmonies of #F86499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86499

Black with #F86499

Text Example


Text Example

White with #F86499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86499; }

 p { color: rgb(248,100,153); }

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

background-color css

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

 a { background-color: rgb(248,100,153); }

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

border-color css

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

 span { border-color: rgb(248,100,153); }

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