Html Css Color HEX #FD1FE5 Razzle Dazzle Rose

📋 copy color: '#FD1FE5'

red 253 ◦ green 31 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FD1FE5

Tints of Razzle Dazzle Rose #FD1FE5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.04%

 BLUE value IS 229 (89.84% from 255) = 44.64%

R = 49.32%
G = 6.04%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD1FE5 (or 0xFD1FE5) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1F and E5. RGB value is (253,31,229). Sum of RGB (Red+Green+Blue) = 253+31+229=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 31 (12.5% from 255 or 6.04% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1FE5 is #02E01A. Grayscale: #777777. Windows color (decimal): -188443 or 15015933. OLE color: 15015933.

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

Color convert

RGB 253 31 229 -
CMYK 0 0.88 0.09 0.01
HSL 306.49º 0.98% 0.56% -
HSV(B) 306.49º 0.88% 0.99% -
XYZ 55.14 27.52 76.53 -
YUV 119.95 189.55 222.9 -
System Red Green Blue C M Y K H S L
Decimal 253 31 229 0 0.88 0.09 0.01 306.49 0.98 0.56
Hex FD 1F E5 0 58 9 1 132 62 38
Octal 375 37 345 0 130 11 1 462 142 70
Binary 11111101 11111 11100101 0 1011000 1001 1 100110010 1100010 111000

Color Harmonies of #FD1FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1FE5

Black with #FD1FE5

Text Example


Text Example

White with #FD1FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1FE5; }

 p { color: rgb(253,31,229); }

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

background-color css

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

 a { background-color: rgb(253,31,229); }

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

border-color css

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

 span { border-color: rgb(253,31,229); }

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