Html Css Color HEX #FE30C7 Razzle Dazzle Rose

📋 copy color: '#FE30C7'

red 254 ◦ green 48 ◦ blue 199

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

Shades of Razzle Dazzle Rose #FE30C7

Tints of Razzle Dazzle Rose #FE30C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.72%

R = 50.7%
G = 9.58%
B = 39.72%

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

#FE30C7 (or 0xFE30C7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and C7. RGB value is (254,48,199). Sum of RGB (Red+Green+Blue) = 254+48+199=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30C7 is #01CF38. Grayscale: #7E7E7E. Windows color (decimal): -118585 or 13054206. OLE color: 13054206.

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

Color convert

RGB 254 48 199 -
CMYK 0 0.81 0.22 0.00
HSL 316.02º 0.99% 0.59% -
HSV(B) 316.02º 0.81% 1% -
XYZ 52.24 27.31 56.55 -
YUV 126.81 168.75 218.72 -
System Red Green Blue C M Y K H S L
Decimal 254 48 199 0 0.81 0.22 0.00 316.02 0.99 0.59
Hex FE 30 C7 0 51 16 0 13C 63 3B
Octal 376 60 307 0 121 26 0 474 143 73
Binary 11111110 110000 11000111 0 1010001 10110 0 100111100 1100011 111011

Color Harmonies of #FE30C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30C7

Black with #FE30C7

Text Example


Text Example

White with #FE30C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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