Html Css Color HEX #FE34CC Razzle Dazzle Rose

📋 copy color: '#FE34CC'

red 254 ◦ green 52 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FE34CC

Tints of Razzle Dazzle Rose #FE34CC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.2%

 BLUE value IS 204 (80.08% from 255) = 40%

R = 49.8%
G = 10.2%
B = 40%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE34CC (or 0xFE34CC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and CC. RGB value is (254,52,204). Sum of RGB (Red+Green+Blue) = 254+52+204=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 52 (20.70% from 255 or 10.20% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34CC is #01CB33. Grayscale: #818181. Windows color (decimal): -117556 or 13382910. OLE color: 13382910.

HSL color Cylindrical-coordinate representation of color #FE34CC: hue angle of 314.85º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE34CC is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 52 204 -
CMYK 0 0.80 0.20 0.00
HSL 314.85º 0.99% 0.6% -
HSV(B) 314.85º 0.8% 1% -
XYZ 53 27.89 59.72 -
YUV 129.73 169.92 216.64 -
System Red Green Blue C M Y K H S L
Decimal 254 52 204 0 0.80 0.20 0.00 314.85 0.99 0.6
Hex FE 34 CC 0 50 14 0 13B 63 3C
Octal 376 64 314 0 120 24 0 473 143 74
Binary 11111110 110100 11001100 0 1010000 10100 0 100111011 1100011 111100

Color Harmonies of #FE34CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34CC

Black with #FE34CC

Text Example


Text Example

White with #FE34CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34CC; }

 p { color: rgb(254,52,204); }

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

background-color css

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

 a { background-color: rgb(254,52,204); }

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

border-color css

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

 span { border-color: rgb(254,52,204); }

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