Html Css Color HEX #F948DF Razzle Dazzle Rose

📋 copy color: '#F948DF'

red 249 ◦ green 72 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F948DF

Tints of Razzle Dazzle Rose #F948DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 45.77%
G = 13.24%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F948DF (or 0xF948DF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 48 and DF. RGB value is (249,72,223). Sum of RGB (Red+Green+Blue) = 249+72+223=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 72 (28.52% from 255 or 13.24% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F948DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948DF is #06B720. Grayscale: #8D8D8D. Windows color (decimal): -440097 or 14633209. OLE color: 14633209.

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

Color convert

RGB 249 72 223 -
CMYK 0 0.71 0.10 0.02
HSL 308.81º 0.94% 0.63% -
HSV(B) 308.81º 0.71% 0.98% -
XYZ 54.7 30.1 72.74 -
YUV 142.14 173.64 204.22 -
System Red Green Blue C M Y K H S L
Decimal 249 72 223 0 0.71 0.10 0.02 308.81 0.94 0.63
Hex F9 48 DF 0 47 A 2 135 5E 3F
Octal 371 110 337 0 107 12 2 465 136 77
Binary 11111001 1001000 11011111 0 1000111 1010 10 100110101 1011110 111111

Color Harmonies of #F948DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948DF

Black with #F948DF

Text Example


Text Example

White with #F948DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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