Html Css Color HEX #F86696 Brilliant Rose

📋 copy color: '#F86696'

red 248 ◦ green 102 ◦ blue 150

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

Shades of Brilliant Rose #F86696

Tints of Brilliant Rose #F86696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.4%

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

R = 49.6%
G = 20.4%
B = 30%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F86696 (or 0xF86696) is known color: Brilliant Rose. HEX triplet: F8, 66 and 96. RGB value is (248,102,150). Sum of RGB (Red+Green+Blue) = 248+102+150=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F86696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86696 is #079969. Grayscale: #979797. Windows color (decimal): -498026 or 9856760. OLE color: 9856760.

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

Color convert

RGB 248 102 150 -
CMYK 0 0.59 0.40 0.03
HSL 340.27º 0.91% 0.69% -
HSV(B) 340.27º 0.59% 0.97% -
XYZ 48.97 31.66 32.38 -
YUV 151.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 248 102 150 0 0.59 0.40 0.03 340.27 0.91 0.69
Hex F8 66 96 0 3B 28 3 154 5B 45
Octal 370 146 226 0 73 50 3 524 133 105
Binary 11111000 1100110 10010110 0 111011 101000 11 101010100 1011011 1000101

Color Harmonies of #F86696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86696

Black with #F86696

Text Example


Text Example

White with #F86696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86696; }

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

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

background-color css

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

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

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

border-color css

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

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

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