Html Css Color HEX #FE30DA Razzle Dazzle Rose

📋 copy color: '#FE30DA'

red 254 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #FE30DA

Tints of Razzle Dazzle Rose #FE30DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 48.85%
G = 9.23%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE30DA (or 0xFE30DA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and DA. RGB value is (254,48,218). Sum of RGB (Red+Green+Blue) = 254+48+218=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 48 (19.14% from 255 or 9.23% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30DA is #01CF25. Grayscale: #808080. Windows color (decimal): -118566 or 14299390. OLE color: 14299390.

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

Color convert

RGB 254 48 218 -
CMYK 0 0.81 0.14 0.00
HSL 310.49º 0.99% 0.59% -
HSV(B) 310.49º 0.81% 1% -
XYZ 54.58 28.25 68.9 -
YUV 128.97 178.25 217.18 -
System Red Green Blue C M Y K H S L
Decimal 254 48 218 0 0.81 0.14 0.00 310.49 0.99 0.59
Hex FE 30 DA 0 51 E 0 136 63 3B
Octal 376 60 332 0 121 16 0 466 143 73
Binary 11111110 110000 11011010 0 1010001 1110 0 100110110 1100011 111011

Color Harmonies of #FE30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30DA

Black with #FE30DA

Text Example


Text Example

White with #FE30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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