Html Css Color HEX #F849BB Razzle Dazzle Rose

📋 copy color: '#F849BB'

red 248 ◦ green 73 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F849BB

Tints of Razzle Dazzle Rose #F849BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 48.82%
G = 14.37%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F849BB (or 0xF849BB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 49 and BB. RGB value is (248,73,187). Sum of RGB (Red+Green+Blue) = 248+73+187=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F849BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849BB is #07B644. Grayscale: #8A8A8A. Windows color (decimal): -505413 or 12274168. OLE color: 12274168.

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

Color convert

RGB 248 73 187 -
CMYK 0 0.71 0.25 0.03
HSL 320.91º 0.93% 0.63% -
HSV(B) 320.91º 0.71% 0.97% -
XYZ 50.06 28.31 49.84 -
YUV 138.32 155.48 206.23 -
System Red Green Blue C M Y K H S L
Decimal 248 73 187 0 0.71 0.25 0.03 320.91 0.93 0.63
Hex F8 49 BB 0 47 19 3 141 5D 3F
Octal 370 111 273 0 107 31 3 501 135 77
Binary 11111000 1001001 10111011 0 1000111 11001 11 101000001 1011101 111111

Color Harmonies of #F849BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F849BB

Black with #F849BB

Text Example


Text Example

White with #F849BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F849BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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