Html Css Color HEX #F86194 Brilliant Rose

📋 copy color: '#F86194'

red 248 ◦ green 97 ◦ blue 148

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

Shades of Brilliant Rose #F86194

Tints of Brilliant Rose #F86194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.02%

R = 50.3%
G = 19.68%
B = 30.02%

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

#F86194 (or 0xF86194) is known color: Brilliant Rose. HEX triplet: F8, 61 and 94. RGB value is (248,97,148). Sum of RGB (Red+Green+Blue) = 248+97+148=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F86194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86194 is #079E6B. Grayscale: #939393. Windows color (decimal): -499308 or 9724408. OLE color: 9724408.

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

Color convert

RGB 248 97 148 -
CMYK 0 0.61 0.40 0.03
HSL 339.74º 0.92% 0.68% -
HSV(B) 339.74º 0.61% 0.97% -
XYZ 48.33 30.64 31.38 -
YUV 147.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 248 97 148 0 0.61 0.40 0.03 339.74 0.92 0.68
Hex F8 61 94 0 3D 28 3 154 5C 44
Octal 370 141 224 0 75 50 3 524 134 104
Binary 11111000 1100001 10010100 0 111101 101000 11 101010100 1011100 1000100

Color Harmonies of #F86194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86194

Black with #F86194

Text Example


Text Example

White with #F86194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86194; }

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

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

background-color css

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

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

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

border-color css

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

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

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