Html Css Color HEX #FD1CDF Razzle Dazzle Rose

📋 copy color: '#FD1CDF'

red 253 ◦ green 28 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FD1CDF

Tints of Razzle Dazzle Rose #FD1CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.56%

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

R = 50.2%
G = 5.56%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD1CDF (or 0xFD1CDF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1C and DF. RGB value is (253,28,223). Sum of RGB (Red+Green+Blue) = 253+28+223=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CDF is #02E320. Grayscale: #747474. Windows color (decimal): -189217 or 14621949. OLE color: 14621949.

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

Color convert

RGB 253 28 223 -
CMYK 0 0.89 0.12 0.01
HSL 308º 0.98% 0.55% -
HSV(B) 308º 0.89% 0.99% -
XYZ 54.24 27.04 72.17 -
YUV 117.51 187.54 224.64 -
System Red Green Blue C M Y K H S L
Decimal 253 28 223 0 0.89 0.12 0.01 308 0.98 0.55
Hex FD 1C DF 0 59 C 1 134 62 37
Octal 375 34 337 0 131 14 1 464 142 67
Binary 11111101 11100 11011111 0 1011001 1100 1 100110100 1100010 110111

Color Harmonies of #FD1CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CDF

Black with #FD1CDF

Text Example


Text Example

White with #FD1CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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