Html Css Color HEX #F849C5 Razzle Dazzle Rose

📋 copy color: '#F849C5'

red 248 ◦ green 73 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F849C5

Tints of Razzle Dazzle Rose #F849C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.03%

R = 47.88%
G = 14.09%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F849C5 (or 0xF849C5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 49 and C5. RGB value is (248,73,197). Sum of RGB (Red+Green+Blue) = 248+73+197=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F849C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849C5 is #07B63A. Grayscale: #8B8B8B. Windows color (decimal): -505403 or 12929528. OLE color: 12929528.

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

Color convert

RGB 248 73 197 -
CMYK 0 0.71 0.21 0.03
HSL 317.49º 0.93% 0.63% -
HSV(B) 317.49º 0.71% 0.97% -
XYZ 51.17 28.75 55.68 -
YUV 139.46 160.48 205.42 -
System Red Green Blue C M Y K H S L
Decimal 248 73 197 0 0.71 0.21 0.03 317.49 0.93 0.63
Hex F8 49 C5 0 47 15 3 13D 5D 3F
Octal 370 111 305 0 107 25 3 475 135 77
Binary 11111000 1001001 11000101 0 1000111 10101 11 100111101 1011101 111111

Color Harmonies of #F849C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F849C5

Black with #F849C5

Text Example


Text Example

White with #F849C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F849C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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