Html Css Color HEX #FD30E2 Razzle Dazzle Rose

📋 copy color: '#FD30E2'

red 253 ◦ green 48 ◦ blue 226

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

Shades of Razzle Dazzle Rose #FD30E2

Tints of Razzle Dazzle Rose #FD30E2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.11%

 BLUE value IS 226 (88.67% from 255) = 42.88%

R = 48.01%
G = 9.11%
B = 42.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD30E2 (or 0xFD30E2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and E2. RGB value is (253,48,226). Sum of RGB (Red+Green+Blue) = 253+48+226=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 48 (19.14% from 255 or 9.11% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30E2 is #02CF1D. Grayscale: #818181. Windows color (decimal): -184094 or 14823677. OLE color: 14823677.

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

Color convert

RGB 253 48 226 -
CMYK 0 0.81 0.11 0.01
HSL 307.9º 0.98% 0.59% -
HSV(B) 307.9º 0.81% 0.99% -
XYZ 55.29 28.49 74.54 -
YUV 129.59 182.42 216.03 -
System Red Green Blue C M Y K H S L
Decimal 253 48 226 0 0.81 0.11 0.01 307.9 0.98 0.59
Hex FD 30 E2 0 51 B 1 134 62 3B
Octal 375 60 342 0 121 13 1 464 142 73
Binary 11111101 110000 11100010 0 1010001 1011 1 100110100 1100010 111011

Color Harmonies of #FD30E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD30E2

Black with #FD30E2

Text Example


Text Example

White with #FD30E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD30E2; }

 p { color: rgb(253,48,226); }

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

background-color css

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

 a { background-color: rgb(253,48,226); }

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

border-color css

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

 span { border-color: rgb(253,48,226); }

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