Html Css Color HEX #FE30C3 Razzle Dazzle Rose

📋 copy color: '#FE30C3'

red 254 ◦ green 48 ◦ blue 195

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

Shades of Razzle Dazzle Rose #FE30C3

Tints of Razzle Dazzle Rose #FE30C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.24%

R = 51.11%
G = 9.66%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE30C3 (or 0xFE30C3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and C3. RGB value is (254,48,195). Sum of RGB (Red+Green+Blue) = 254+48+195=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30C3 is #01CF3C. Grayscale: #7D7D7D. Windows color (decimal): -118589 or 12792062. OLE color: 12792062.

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

Color convert

RGB 254 48 195 -
CMYK 0 0.81 0.23 0.00
HSL 317.18º 0.99% 0.59% -
HSV(B) 317.18º 0.81% 1% -
XYZ 51.78 27.12 54.14 -
YUV 126.35 166.75 219.05 -
System Red Green Blue C M Y K H S L
Decimal 254 48 195 0 0.81 0.23 0.00 317.18 0.99 0.59
Hex FE 30 C3 0 51 17 0 13D 63 3B
Octal 376 60 303 0 121 27 0 475 143 73
Binary 11111110 110000 11000011 0 1010001 10111 0 100111101 1100011 111011

Color Harmonies of #FE30C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30C3

Black with #FE30C3

Text Example


Text Example

White with #FE30C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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