Html Css Color HEX #FD1CE6 Razzle Dazzle Rose

📋 copy color: '#FD1CE6'

red 253 ◦ green 28 ◦ blue 230

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

Shades of Razzle Dazzle Rose #FD1CE6

Tints of Razzle Dazzle Rose #FD1CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.01%

R = 49.51%
G = 5.48%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD1CE6 (or 0xFD1CE6) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1C and E6. RGB value is (253,28,230). Sum of RGB (Red+Green+Blue) = 253+28+230=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 28 (11.33% from 255 or 5.48% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CE6 is #02E319. Grayscale: #757575. Windows color (decimal): -189210 or 15080701. OLE color: 15080701.

HSL color Cylindrical-coordinate representation of color #FD1CE6: hue angle of 306.13º 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 #FD1CE6 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 28 230 -
CMYK 0 0.89 0.09 0.01
HSL 306.13º 0.98% 0.55% -
HSV(B) 306.13º 0.89% 0.99% -
XYZ 55.21 27.43 77.25 -
YUV 118.3 191.04 224.07 -
System Red Green Blue C M Y K H S L
Decimal 253 28 230 0 0.89 0.09 0.01 306.13 0.98 0.55
Hex FD 1C E6 0 59 9 1 132 62 37
Octal 375 34 346 0 131 11 1 462 142 67
Binary 11111101 11100 11100110 0 1011001 1001 1 100110010 1100010 110111

Color Harmonies of #FD1CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CE6

Black with #FD1CE6

Text Example


Text Example

White with #FD1CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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