Html Css Color HEX #F948DC Razzle Dazzle Rose

📋 copy color: '#F948DC'

red 249 ◦ green 72 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F948DC

Tints of Razzle Dazzle Rose #F948DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 46.03%
G = 13.31%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F948DC (or 0xF948DC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 48 and DC. RGB value is (249,72,220). Sum of RGB (Red+Green+Blue) = 249+72+220=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 72 (28.52% from 255 or 13.31% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F948DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948DC is #06B723. Grayscale: #8D8D8D. Windows color (decimal): -440100 or 14436601. OLE color: 14436601.

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

Color convert

RGB 249 72 220 -
CMYK 0 0.71 0.12 0.02
HSL 309.83º 0.94% 0.63% -
HSV(B) 309.83º 0.71% 0.98% -
XYZ 54.3 29.94 70.63 -
YUV 141.8 172.14 204.47 -
System Red Green Blue C M Y K H S L
Decimal 249 72 220 0 0.71 0.12 0.02 309.83 0.94 0.63
Hex F9 48 DC 0 47 C 2 136 5E 3F
Octal 371 110 334 0 107 14 2 466 136 77
Binary 11111001 1001000 11011100 0 1000111 1100 10 100110110 1011110 111111

Color Harmonies of #F948DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948DC

Black with #F948DC

Text Example


Text Example

White with #F948DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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