Html Css Color HEX #FD49CF Razzle Dazzle Rose

📋 copy color: '#FD49CF'

red 253 ◦ green 73 ◦ blue 207

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

Shades of Razzle Dazzle Rose #FD49CF

Tints of Razzle Dazzle Rose #FD49CF

RGB

 RED value IS 253 (99.22% from 255) = 47.47%

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 47.47%
G = 13.7%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD49CF (or 0xFD49CF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 49 and CF. RGB value is (253,73,207). Sum of RGB (Red+Green+Blue) = 253+73+207=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD49CF is #02B630. Grayscale: #8D8D8D. Windows color (decimal): -177713 or 13584893. OLE color: 13584893.

HSL color Cylindrical-coordinate representation of color #FD49CF: hue angle of 315.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD49CF is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 73 207 -
CMYK 0 0.71 0.18 0.01
HSL 315.33º 0.98% 0.64% -
HSV(B) 315.33º 0.71% 0.99% -
XYZ 54.15 30.15 62 -
YUV 142.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 253 73 207 0 0.71 0.18 0.01 315.33 0.98 0.64
Hex FD 49 CF 0 47 12 1 13B 62 40
Octal 375 111 317 0 107 22 1 473 142 100
Binary 11111101 1001001 11001111 0 1000111 10010 1 100111011 1100010 1000000

Color Harmonies of #FD49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD49CF

Black with #FD49CF

Text Example


Text Example

White with #FD49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD49CF; }

 p { color: rgb(253,73,207); }

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

background-color css

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

 a { background-color: rgb(253,73,207); }

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

border-color css

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

 span { border-color: rgb(253,73,207); }

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