Html Css Color HEX #F949D4 Razzle Dazzle Rose

📋 copy color: '#F949D4'

red 249 ◦ green 73 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F949D4

Tints of Razzle Dazzle Rose #F949D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.7%

R = 46.63%
G = 13.67%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F949D4 (or 0xF949D4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and D4. RGB value is (249,73,212). Sum of RGB (Red+Green+Blue) = 249+73+212=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F949D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949D4 is #06B62B. Grayscale: #8D8D8D. Windows color (decimal): -439852 or 13912569. OLE color: 13912569.

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

Color convert

RGB 249 73 212 -
CMYK 0 0.71 0.15 0.02
HSL 312.61º 0.94% 0.63% -
HSV(B) 312.61º 0.71% 0.98% -
XYZ 53.33 29.66 65.2 -
YUV 141.47 167.81 204.7 -
System Red Green Blue C M Y K H S L
Decimal 249 73 212 0 0.71 0.15 0.02 312.61 0.94 0.63
Hex F9 49 D4 0 47 F 2 139 5E 3F
Octal 371 111 324 0 107 17 2 471 136 77
Binary 11111001 1001001 11010100 0 1000111 1111 10 100111001 1011110 111111

Color Harmonies of #F949D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949D4

Black with #F949D4

Text Example


Text Example

White with #F949D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949D4; }

 p { color: rgb(249,73,212); }

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

background-color css

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

 a { background-color: rgb(249,73,212); }

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

border-color css

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

 span { border-color: rgb(249,73,212); }

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