Html Css Color HEX #FE4ABC Razzle Dazzle Rose

📋 copy color: '#FE4ABC'

red 254 ◦ green 74 ◦ blue 188

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

Shades of Razzle Dazzle Rose #FE4ABC

Tints of Razzle Dazzle Rose #FE4ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.34%

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 49.22%
G = 14.34%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE4ABC (or 0xFE4ABC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and BC. RGB value is (254,74,188). Sum of RGB (Red+Green+Blue) = 254+74+188=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4ABC is #01B543. Grayscale: #8C8C8C. Windows color (decimal): -111940 or 12339966. OLE color: 12339966.

HSL color Cylindrical-coordinate representation of color #FE4ABC: hue angle of 322º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4ABC is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 74 188 -
CMYK 0 0.71 0.26 0.00
HSL 322º 0.99% 0.64% -
HSV(B) 322º 0.71% 1% -
XYZ 52.4 29.6 50.53 -
YUV 140.82 154.63 208.73 -
System Red Green Blue C M Y K H S L
Decimal 254 74 188 0 0.71 0.26 0.00 322 0.99 0.64
Hex FE 4A BC 0 47 1A 0 142 63 40
Octal 376 112 274 0 107 32 0 502 143 100
Binary 11111110 1001010 10111100 0 1000111 11010 0 101000010 1100011 1000000

Color Harmonies of #FE4ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4ABC

Black with #FE4ABC

Text Example


Text Example

White with #FE4ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4ABC; }

 p { color: rgb(254,74,188); }

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

background-color css

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

 a { background-color: rgb(254,74,188); }

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

border-color css

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

 span { border-color: rgb(254,74,188); }

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