Html Css Color HEX #F948DD Razzle Dazzle Rose

📋 copy color: '#F948DD'

red 249 ◦ green 72 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F948DD

Tints of Razzle Dazzle Rose #F948DD

RGB

 RED value IS 249 (97.66% from 255) = 45.94%

 GREEN value IS 72 (28.52% from 255) = 13.28%

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 45.94%
G = 13.28%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F948DD (or 0xF948DD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 48 and DD. RGB value is (249,72,221). Sum of RGB (Red+Green+Blue) = 249+72+221=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 72 (28.52% from 255 or 13.28% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F948DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948DD is #06B722. Grayscale: #8D8D8D. Windows color (decimal): -440099 or 14502137. OLE color: 14502137.

HSL color Cylindrical-coordinate representation of color #F948DD: hue angle of 309.49º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F948DD is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 72 221 -
CMYK 0 0.71 0.11 0.02
HSL 309.49º 0.94% 0.63% -
HSV(B) 309.49º 0.71% 0.98% -
XYZ 54.44 29.99 71.33 -
YUV 141.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 249 72 221 0 0.71 0.11 0.02 309.49 0.94 0.63
Hex F9 48 DD 0 47 B 2 135 5E 3F
Octal 371 110 335 0 107 13 2 465 136 77
Binary 11111001 1001000 11011101 0 1000111 1011 10 100110101 1011110 111111

Color Harmonies of #F948DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948DD

Black with #F948DD

Text Example


Text Example

White with #F948DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948DD; }

 p { color: rgb(249,72,221); }

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

background-color css

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

 a { background-color: rgb(249,72,221); }

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

border-color css

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

 span { border-color: rgb(249,72,221); }

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