Html Css Color HEX #FE30CD Razzle Dazzle Rose

📋 copy color: '#FE30CD'

red 254 ◦ green 48 ◦ blue 205

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

Shades of Razzle Dazzle Rose #FE30CD

Tints of Razzle Dazzle Rose #FE30CD

RGB

 RED value IS 254 (99.61% from 255) = 50.1%

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

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 50.1%
G = 9.47%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE30CD (or 0xFE30CD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and CD. RGB value is (254,48,205). Sum of RGB (Red+Green+Blue) = 254+48+205=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30CD is #01CF32. Grayscale: #7F7F7F. Windows color (decimal): -118579 or 13447422. OLE color: 13447422.

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

Color convert

RGB 254 48 205 -
CMYK 0 0.81 0.19 0.00
HSL 314.27º 0.99% 0.59% -
HSV(B) 314.27º 0.81% 1% -
XYZ 52.95 27.59 60.29 -
YUV 127.49 171.75 218.23 -
System Red Green Blue C M Y K H S L
Decimal 254 48 205 0 0.81 0.19 0.00 314.27 0.99 0.59
Hex FE 30 CD 0 51 13 0 13A 63 3B
Octal 376 60 315 0 121 23 0 472 143 73
Binary 11111110 110000 11001101 0 1010001 10011 0 100111010 1100011 111011

Color Harmonies of #FE30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30CD

Black with #FE30CD

Text Example


Text Example

White with #FE30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30CD; }

 p { color: rgb(254,48,205); }

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

background-color css

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

 a { background-color: rgb(254,48,205); }

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

border-color css

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

 span { border-color: rgb(254,48,205); }

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