Html Css Color HEX #F849D9 Razzle Dazzle Rose

📋 copy color: '#F849D9'

red 248 ◦ green 73 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F849D9

Tints of Razzle Dazzle Rose #F849D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.33%

R = 46.1%
G = 13.57%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F849D9 (or 0xF849D9) is known color: Razzle Dazzle Rose. HEX triplet: F8, 49 and D9. RGB value is (248,73,217). Sum of RGB (Red+Green+Blue) = 248+73+217=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F849D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849D9 is #07B626. Grayscale: #8D8D8D. Windows color (decimal): -505383 or 14240248. OLE color: 14240248.

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

Color convert

RGB 248 73 217 -
CMYK 0 0.71 0.12 0.03
HSL 310.63º 0.93% 0.63% -
HSV(B) 310.63º 0.71% 0.97% -
XYZ 53.62 29.73 68.56 -
YUV 141.74 170.48 203.79 -
System Red Green Blue C M Y K H S L
Decimal 248 73 217 0 0.71 0.12 0.03 310.63 0.93 0.63
Hex F8 49 D9 0 47 C 3 137 5D 3F
Octal 370 111 331 0 107 14 3 467 135 77
Binary 11111000 1001001 11011001 0 1000111 1100 11 100110111 1011101 111111

Color Harmonies of #F849D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F849D9

Black with #F849D9

Text Example


Text Example

White with #F849D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F849D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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