Html Css Color HEX #F86096 Brilliant Rose

📋 copy color: '#F86096'

red 248 ◦ green 96 ◦ blue 150

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

Shades of Brilliant Rose #F86096

Tints of Brilliant Rose #F86096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.43%

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

R = 50.2%
G = 19.43%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F86096 (or 0xF86096) is known color: Brilliant Rose. HEX triplet: F8, 60 and 96. RGB value is (248,96,150). Sum of RGB (Red+Green+Blue) = 248+96+150=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F86096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86096 is #079F69. Grayscale: #939393. Windows color (decimal): -499562 or 9855224. OLE color: 9855224.

HSL color Cylindrical-coordinate representation of color #F86096: hue angle of 338.68º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F86096 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 96 150 -
CMYK 0 0.61 0.40 0.03
HSL 338.68º 0.92% 0.67% -
HSV(B) 338.68º 0.61% 0.97% -
XYZ 48.4 30.52 32.2 -
YUV 147.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 248 96 150 0 0.61 0.40 0.03 338.68 0.92 0.67
Hex F8 60 96 0 3D 28 3 153 5C 43
Octal 370 140 226 0 75 50 3 523 134 103
Binary 11111000 1100000 10010110 0 111101 101000 11 101010011 1011100 1000011

Color Harmonies of #F86096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86096

Black with #F86096

Text Example


Text Example

White with #F86096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86096; }

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

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

background-color css

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

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

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

border-color css

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

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

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