Html Css Color HEX #FE30C1 Razzle Dazzle Rose

📋 copy color: '#FE30C1'

red 254 ◦ green 48 ◦ blue 193

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

Shades of Razzle Dazzle Rose #FE30C1

Tints of Razzle Dazzle Rose #FE30C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 51.31%
G = 9.7%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE30C1 (or 0xFE30C1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and C1. RGB value is (254,48,193). Sum of RGB (Red+Green+Blue) = 254+48+193=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30C1 is #01CF3E. Grayscale: #7D7D7D. Windows color (decimal): -118591 or 12660990. OLE color: 12660990.

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

Color convert

RGB 254 48 193 -
CMYK 0 0.81 0.24 0.00
HSL 317.77º 0.99% 0.59% -
HSV(B) 317.77º 0.81% 1% -
XYZ 51.56 27.03 52.95 -
YUV 126.12 165.75 219.21 -
System Red Green Blue C M Y K H S L
Decimal 254 48 193 0 0.81 0.24 0.00 317.77 0.99 0.59
Hex FE 30 C1 0 51 18 0 13E 63 3B
Octal 376 60 301 0 121 30 0 476 143 73
Binary 11111110 110000 11000001 0 1010001 11000 0 100111110 1100011 111011

Color Harmonies of #FE30C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30C1

Black with #FE30C1

Text Example


Text Example

White with #FE30C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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