Html Css Color HEX #F849C0 Razzle Dazzle Rose

📋 copy color: '#F849C0'

red 248 ◦ green 73 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F849C0

Tints of Razzle Dazzle Rose #F849C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 48.34%
G = 14.23%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F849C0 (or 0xF849C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 49 and C0. RGB value is (248,73,192). Sum of RGB (Red+Green+Blue) = 248+73+192=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F849C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849C0 is #07B63F. Grayscale: #8A8A8A. Windows color (decimal): -505408 or 12601848. OLE color: 12601848.

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

Color convert

RGB 248 73 192 -
CMYK 0 0.71 0.23 0.03
HSL 319.2º 0.93% 0.63% -
HSV(B) 319.2º 0.71% 0.97% -
XYZ 50.61 28.53 52.71 -
YUV 138.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 248 73 192 0 0.71 0.23 0.03 319.2 0.93 0.63
Hex F8 49 C0 0 47 17 3 13F 5D 3F
Octal 370 111 300 0 107 27 3 477 135 77
Binary 11111000 1001001 11000000 0 1000111 10111 11 100111111 1011101 111111

Color Harmonies of #F849C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F849C0

Black with #F849C0

Text Example


Text Example

White with #F849C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F849C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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