Html Css Color HEX #F849AD Brilliant Rose

📋 copy color: '#F849AD'

red 248 ◦ green 73 ◦ blue 173

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

Shades of Brilliant Rose #F849AD

Tints of Brilliant Rose #F849AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.02%

R = 50.2%
G = 14.78%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F849AD (or 0xF849AD) is known color: Brilliant Rose. HEX triplet: F8, 49 and AD. RGB value is (248,73,173). Sum of RGB (Red+Green+Blue) = 248+73+173=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F849AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F849AD is #07B652. Grayscale: #888888. Windows color (decimal): -505427 or 11356664. OLE color: 11356664.

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

Color convert

RGB 248 73 173 -
CMYK 0 0.71 0.30 0.03
HSL 325.71º 0.93% 0.63% -
HSV(B) 325.71º 0.71% 0.97% -
XYZ 48.64 27.74 42.33 -
YUV 136.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 248 73 173 0 0.71 0.30 0.03 325.71 0.93 0.63
Hex F8 49 AD 0 47 1E 3 146 5D 3F
Octal 370 111 255 0 107 36 3 506 135 77
Binary 11111000 1001001 10101101 0 1000111 11110 11 101000110 1011101 111111

Color Harmonies of #F849AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F849AD

Black with #F849AD

Text Example


Text Example

White with #F849AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F849AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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