Html Css Color HEX #FE30C6 Razzle Dazzle Rose

📋 copy color: '#FE30C6'

red 254 ◦ green 48 ◦ blue 198

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

Shades of Razzle Dazzle Rose #FE30C6

Tints of Razzle Dazzle Rose #FE30C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.6%

R = 50.8%
G = 9.6%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE30C6 (or 0xFE30C6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and C6. RGB value is (254,48,198). Sum of RGB (Red+Green+Blue) = 254+48+198=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30C6 is #01CF39. Grayscale: #7E7E7E. Windows color (decimal): -118586 or 12988670. OLE color: 12988670.

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

Color convert

RGB 254 48 198 -
CMYK 0 0.81 0.22 0.00
HSL 316.31º 0.99% 0.59% -
HSV(B) 316.31º 0.81% 1% -
XYZ 52.12 27.26 55.94 -
YUV 126.69 168.25 218.8 -
System Red Green Blue C M Y K H S L
Decimal 254 48 198 0 0.81 0.22 0.00 316.31 0.99 0.59
Hex FE 30 C6 0 51 16 0 13C 63 3B
Octal 376 60 306 0 121 26 0 474 143 73
Binary 11111110 110000 11000110 0 1010001 10110 0 100111100 1100011 111011

Color Harmonies of #FE30C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30C6

Black with #FE30C6

Text Example


Text Example

White with #FE30C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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