Html Css Color HEX #FE6C78 Brink Pink

📋 copy color: '#FE6C78'

red 254 ◦ green 108 ◦ blue 120

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

Shades of Brink Pink #FE6C78

Tints of Brink Pink #FE6C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 52.7%
G = 22.41%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE6C78 (or 0xFE6C78) is known color: Brink Pink. HEX triplet: FE, 6C and 78. RGB value is (254,108,120). Sum of RGB (Red+Green+Blue) = 254+108+120=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C78 is #019387. Grayscale: #999999. Windows color (decimal): -103304 or 7892222. OLE color: 7892222.

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

Color convert

RGB 254 108 120 -
CMYK 0 0.57 0.53 0.00
HSL 355.07º 0.99% 0.71% -
HSV(B) 355.07º 0.57% 1% -
XYZ 49.63 33.15 21.55 -
YUV 153.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 254 108 120 0 0.57 0.53 0.00 355.07 0.99 0.71
Hex FE 6C 78 0 39 35 0 163 63 47
Octal 376 154 170 0 71 65 0 543 143 107
Binary 11111110 1101100 1111000 0 111001 110101 0 101100011 1100011 1000111

Color Harmonies of #FE6C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C78

Black with #FE6C78

Text Example


Text Example

White with #FE6C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C78; }

 p { color: rgb(254,108,120); }

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

background-color css

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

 a { background-color: rgb(254,108,120); }

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

border-color css

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

 span { border-color: rgb(254,108,120); }

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