Html Css Color HEX #F849D0 Razzle Dazzle Rose

📋 copy color: '#F849D0'

red 248 ◦ green 73 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F849D0

Tints of Razzle Dazzle Rose #F849D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 46.88%
G = 13.8%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F849D0 (or 0xF849D0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 49 and D0. RGB value is (248,73,208). Sum of RGB (Red+Green+Blue) = 248+73+208=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F849D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849D0 is #07B62F. Grayscale: #8C8C8C. Windows color (decimal): -505392 or 13650424. OLE color: 13650424.

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

Color convert

RGB 248 73 208 -
CMYK 0 0.71 0.16 0.03
HSL 313.71º 0.93% 0.63% -
HSV(B) 313.71º 0.71% 0.97% -
XYZ 52.48 29.28 62.56 -
YUV 140.72 165.98 204.52 -
System Red Green Blue C M Y K H S L
Decimal 248 73 208 0 0.71 0.16 0.03 313.71 0.93 0.63
Hex F8 49 D0 0 47 10 3 13A 5D 3F
Octal 370 111 320 0 107 20 3 472 135 77
Binary 11111000 1001001 11010000 0 1000111 10000 11 100111010 1011101 111111

Color Harmonies of #F849D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F849D0

Black with #F849D0

Text Example


Text Example

White with #F849D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F849D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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