Html Css Color HEX #FF30CC Razzle Dazzle Rose

📋 copy color: '#FF30CC'

red 255 ◦ green 48 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FF30CC

Tints of Razzle Dazzle Rose #FF30CC

RGB

 RED value IS 255 (100% from 255) = 50.3%

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 50.3%
G = 9.47%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF30CC (or 0xFF30CC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 30 and CC. RGB value is (255,48,204). Sum of RGB (Red+Green+Blue) = 255+48+204=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF30CC is #00CF33. Grayscale: #7F7F7F. Windows color (decimal): -53044 or 13381887. OLE color: 13381887.

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

Color convert

RGB 255 48 204 -
CMYK 0 0.81 0.2 0
HSL 314.78º 1% 0.59% -
HSV(B) 314.78º 0.81% 1% -
XYZ 53.2 27.73 59.68 -
YUV 127.68 171.08 218.82 -
System Red Green Blue C M Y K H S L
Decimal 255 48 204 0 0.81 0.2 0 314.78 1 0.59
Hex FF 30 CC 0 51 14 0 13B 64 3B
Octal 377 60 314 0 121 24 0 473 144 73
Binary 11111111 110000 11001100 0 1010001 10100 0 100111011 1100100 111011

Color Harmonies of #FF30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF30CC

Black with #FF30CC

Text Example


Text Example

White with #FF30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF30CC; }

 p { color: rgb(255,48,204); }

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

background-color css

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

 a { background-color: rgb(255,48,204); }

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

border-color css

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

 span { border-color: rgb(255,48,204); }

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