Html Css Color HEX #FD40E3 Razzle Dazzle Rose

📋 copy color: '#FD40E3'

red 253 ◦ green 64 ◦ blue 227

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

Shades of Razzle Dazzle Rose #FD40E3

Tints of Razzle Dazzle Rose #FD40E3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.76%

 BLUE value IS 227 (89.06% from 255) = 41.73%

R = 46.51%
G = 11.76%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FD40E3 (or 0xFD40E3) is known color: Razzle Dazzle Rose. HEX triplet: FD, 40 and E3. RGB value is (253,64,227). Sum of RGB (Red+Green+Blue) = 253+64+227=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 64 (25.39% from 255 or 11.76% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD40E3 is #02BF1C. Grayscale: #8A8A8A. Windows color (decimal): -179997 or 14893309. OLE color: 14893309.

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

Color convert

RGB 253 64 227 -
CMYK 0 0.75 0.10 0.01
HSL 308.25º 0.98% 0.62% -
HSV(B) 308.25º 0.75% 0.99% -
XYZ 56.21 30.1 75.52 -
YUV 139.09 177.62 209.25 -
System Red Green Blue C M Y K H S L
Decimal 253 64 227 0 0.75 0.10 0.01 308.25 0.98 0.62
Hex FD 40 E3 0 4B A 1 134 62 3E
Octal 375 100 343 0 113 12 1 464 142 76
Binary 11111101 1000000 11100011 0 1001011 1010 1 100110100 1100010 111110

Color Harmonies of #FD40E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD40E3

Black with #FD40E3

Text Example


Text Example

White with #FD40E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD40E3; }

 p { color: rgb(253,64,227); }

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

background-color css

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

 a { background-color: rgb(253,64,227); }

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

border-color css

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

 span { border-color: rgb(253,64,227); }

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