Html Css Color HEX #F849A6 Brilliant Rose

📋 copy color: '#F849A6'

red 248 ◦ green 73 ◦ blue 166

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

Shades of Brilliant Rose #F849A6

Tints of Brilliant Rose #F849A6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.99%

 BLUE value IS 166 (65.23% from 255) = 34.09%

R = 50.92%
G = 14.99%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F849A6 (or 0xF849A6) is known color: Brilliant Rose. HEX triplet: F8, 49 and A6. RGB value is (248,73,166). Sum of RGB (Red+Green+Blue) = 248+73+166=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F849A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F849A6 is #07B659. Grayscale: #878787. Windows color (decimal): -505434 or 10897912. OLE color: 10897912.

HSL color Cylindrical-coordinate representation of color #F849A6: hue angle of 328.11º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F849A6 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 73 166 -
CMYK 0 0.71 0.33 0.03
HSL 328.11º 0.93% 0.63% -
HSV(B) 328.11º 0.71% 0.97% -
XYZ 47.98 27.47 38.85 -
YUV 135.93 144.98 207.94 -
System Red Green Blue C M Y K H S L
Decimal 248 73 166 0 0.71 0.33 0.03 328.11 0.93 0.63
Hex F8 49 A6 0 47 21 3 148 5D 3F
Octal 370 111 246 0 107 41 3 510 135 77
Binary 11111000 1001001 10100110 0 1000111 100001 11 101001000 1011101 111111

Color Harmonies of #F849A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F849A6

Black with #F849A6

Text Example


Text Example

White with #F849A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F849A6; }

 p { color: rgb(248,73,166); }

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

background-color css

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

 a { background-color: rgb(248,73,166); }

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

border-color css

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

 span { border-color: rgb(248,73,166); }

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