Html Css Color HEX #FD30C6 Razzle Dazzle Rose

📋 copy color: '#FD30C6'

red 253 ◦ green 48 ◦ blue 198

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

Shades of Razzle Dazzle Rose #FD30C6

Tints of Razzle Dazzle Rose #FD30C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.68%

R = 50.7%
G = 9.62%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FD30C6 (or 0xFD30C6) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and C6. RGB value is (253,48,198). Sum of RGB (Red+Green+Blue) = 253+48+198=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30C6 is #02CF39. Grayscale: #7E7E7E. Windows color (decimal): -184122 or 12988669. OLE color: 12988669.

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

Color convert

RGB 253 48 198 -
CMYK 0 0.81 0.22 0.01
HSL 316.1º 0.98% 0.59% -
HSV(B) 316.1º 0.81% 0.99% -
XYZ 51.76 27.07 55.92 -
YUV 126.4 168.42 218.3 -
System Red Green Blue C M Y K H S L
Decimal 253 48 198 0 0.81 0.22 0.01 316.1 0.98 0.59
Hex FD 30 C6 0 51 16 1 13C 62 3B
Octal 375 60 306 0 121 26 1 474 142 73
Binary 11111101 110000 11000110 0 1010001 10110 1 100111100 1100010 111011

Color Harmonies of #FD30C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD30C6

Black with #FD30C6

Text Example


Text Example

White with #FD30C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD30C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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