Html Css Color HEX #FD30DF Razzle Dazzle Rose

📋 copy color: '#FD30DF'

red 253 ◦ green 48 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FD30DF

Tints of Razzle Dazzle Rose #FD30DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 48.28%
G = 9.16%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD30DF (or 0xFD30DF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and DF. RGB value is (253,48,223). Sum of RGB (Red+Green+Blue) = 253+48+223=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 48 (19.14% from 255 or 9.16% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30DF is #02CF20. Grayscale: #808080. Windows color (decimal): -184097 or 14627069. OLE color: 14627069.

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

Color convert

RGB 253 48 223 -
CMYK 0 0.81 0.12 0.01
HSL 308.78º 0.98% 0.59% -
HSV(B) 308.78º 0.81% 0.99% -
XYZ 54.88 28.32 72.39 -
YUV 129.25 180.92 216.27 -
System Red Green Blue C M Y K H S L
Decimal 253 48 223 0 0.81 0.12 0.01 308.78 0.98 0.59
Hex FD 30 DF 0 51 C 1 135 62 3B
Octal 375 60 337 0 121 14 1 465 142 73
Binary 11111101 110000 11011111 0 1010001 1100 1 100110101 1100010 111011

Color Harmonies of #FD30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD30DF

Black with #FD30DF

Text Example


Text Example

White with #FD30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD30DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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