Html Css Color HEX #FE7384 Brink Pink

📋 copy color: '#FE7384'

red 254 ◦ green 115 ◦ blue 132

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

Shades of Brink Pink #FE7384

Tints of Brink Pink #FE7384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.95%

 BLUE value IS 132 (51.95% from 255) = 26.35%

R = 50.7%
G = 22.95%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE7384 (or 0xFE7384) is known color: Brink Pink. HEX triplet: FE, 73 and 84. RGB value is (254,115,132). Sum of RGB (Red+Green+Blue) = 254+115+132=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7384 is #018C7B. Grayscale: #9E9E9E. Windows color (decimal): -101500 or 8680446. OLE color: 8680446.

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

Color convert

RGB 254 115 132 -
CMYK 0 0.55 0.48 0.00
HSL 352.66º 0.99% 0.72% -
HSV(B) 352.66º 0.55% 1% -
XYZ 51.17 35 25.89 -
YUV 158.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 254 115 132 0 0.55 0.48 0.00 352.66 0.99 0.72
Hex FE 73 84 0 37 30 0 161 63 48
Octal 376 163 204 0 67 60 0 541 143 110
Binary 11111110 1110011 10000100 0 110111 110000 0 101100001 1100011 1001000

Color Harmonies of #FE7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7384

Black with #FE7384

Text Example


Text Example

White with #FE7384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7384; }

 p { color: rgb(254,115,132); }

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

background-color css

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

 a { background-color: rgb(254,115,132); }

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

border-color css

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

 span { border-color: rgb(254,115,132); }

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