Html Css Color HEX #F86294 Brilliant Rose

📋 copy color: '#F86294'

red 248 ◦ green 98 ◦ blue 148

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

Shades of Brilliant Rose #F86294

Tints of Brilliant Rose #F86294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.84%

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

R = 50.2%
G = 19.84%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F86294 (or 0xF86294) is known color: Brilliant Rose. HEX triplet: F8, 62 and 94. RGB value is (248,98,148). Sum of RGB (Red+Green+Blue) = 248+98+148=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F86294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86294 is #079D6B. Grayscale: #949494. Windows color (decimal): -499052 or 9724664. OLE color: 9724664.

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

Color convert

RGB 248 98 148 -
CMYK 0 0.60 0.40 0.03
HSL 340º 0.91% 0.68% -
HSV(B) 340º 0.6% 0.97% -
XYZ 48.42 30.83 31.42 -
YUV 148.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 248 98 148 0 0.60 0.40 0.03 340 0.91 0.68
Hex F8 62 94 0 3C 28 3 154 5B 44
Octal 370 142 224 0 74 50 3 524 133 104
Binary 11111000 1100010 10010100 0 111100 101000 11 101010100 1011011 1000100

Color Harmonies of #F86294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86294

Black with #F86294

Text Example


Text Example

White with #F86294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86294; }

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

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

background-color css

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

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

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

border-color css

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

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

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