Html Css Color HEX #F86197 Brilliant Rose

📋 copy color: '#F86197'

red 248 ◦ green 97 ◦ blue 151

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

Shades of Brilliant Rose #F86197

Tints of Brilliant Rose #F86197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.56%

 BLUE value IS 151 (59.38% from 255) = 30.44%

R = 50%
G = 19.56%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F86197 (or 0xF86197) is known color: Brilliant Rose. HEX triplet: F8, 61 and 97. RGB value is (248,97,151). Sum of RGB (Red+Green+Blue) = 248+97+151=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F86197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86197 is #079E68. Grayscale: #949494. Windows color (decimal): -499305 or 9921016. OLE color: 9921016.

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

Color convert

RGB 248 97 151 -
CMYK 0 0.61 0.39 0.03
HSL 338.54º 0.92% 0.68% -
HSV(B) 338.54º 0.61% 0.97% -
XYZ 48.57 30.74 32.65 -
YUV 148.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 248 97 151 0 0.61 0.39 0.03 338.54 0.92 0.68
Hex F8 61 97 0 3D 27 3 153 5C 44
Octal 370 141 227 0 75 47 3 523 134 104
Binary 11111000 1100001 10010111 0 111101 100111 11 101010011 1011100 1000100

Color Harmonies of #F86197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86197

Black with #F86197

Text Example


Text Example

White with #F86197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86197; }

 p { color: rgb(248,97,151); }

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

background-color css

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

 a { background-color: rgb(248,97,151); }

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

border-color css

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

 span { border-color: rgb(248,97,151); }

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