Html Css Color HEX #FD30C2 Razzle Dazzle Rose

📋 copy color: '#FD30C2'

red 253 ◦ green 48 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FD30C2

Tints of Razzle Dazzle Rose #FD30C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.19%

R = 51.11%
G = 9.7%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD30C2 (or 0xFD30C2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and C2. RGB value is (253,48,194). Sum of RGB (Red+Green+Blue) = 253+48+194=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30C2 is #02CF3D. Grayscale: #7D7D7D. Windows color (decimal): -184126 or 12726525. OLE color: 12726525.

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

Color convert

RGB 253 48 194 -
CMYK 0 0.81 0.23 0.01
HSL 317.27º 0.98% 0.59% -
HSV(B) 317.27º 0.81% 0.99% -
XYZ 51.3 26.89 53.53 -
YUV 125.94 166.42 218.63 -
System Red Green Blue C M Y K H S L
Decimal 253 48 194 0 0.81 0.23 0.01 317.27 0.98 0.59
Hex FD 30 C2 0 51 17 1 13D 62 3B
Octal 375 60 302 0 121 27 1 475 142 73
Binary 11111101 110000 11000010 0 1010001 10111 1 100111101 1100010 111011

Color Harmonies of #FD30C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD30C2

Black with #FD30C2

Text Example


Text Example

White with #FD30C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD30C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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