Html Css Color HEX #FD41DF Razzle Dazzle Rose

📋 copy color: '#FD41DF'

red 253 ◦ green 65 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FD41DF

Tints of Razzle Dazzle Rose #FD41DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.01%

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

R = 46.77%
G = 12.01%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD41DF (or 0xFD41DF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 41 and DF. RGB value is (253,65,223). Sum of RGB (Red+Green+Blue) = 253+65+223=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 65 (25.78% from 255 or 12.01% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD41DF is #02BE20. Grayscale: #8A8A8A. Windows color (decimal): -179745 or 14631421. OLE color: 14631421.

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

Color convert

RGB 253 65 223 -
CMYK 0 0.74 0.12 0.01
HSL 309.57º 0.98% 0.62% -
HSV(B) 309.57º 0.74% 0.99% -
XYZ 55.72 29.99 72.66 -
YUV 139.22 175.28 209.15 -
System Red Green Blue C M Y K H S L
Decimal 253 65 223 0 0.74 0.12 0.01 309.57 0.98 0.62
Hex FD 41 DF 0 4A C 1 136 62 3E
Octal 375 101 337 0 112 14 1 466 142 76
Binary 11111101 1000001 11011111 0 1001010 1100 1 100110110 1100010 111110

Color Harmonies of #FD41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD41DF

Black with #FD41DF

Text Example


Text Example

White with #FD41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD41DF; }

 p { color: rgb(253,65,223); }

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

background-color css

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

 a { background-color: rgb(253,65,223); }

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

border-color css

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

 span { border-color: rgb(253,65,223); }

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