Html Css Color HEX #FE6C7D Brink Pink

📋 copy color: '#FE6C7D'

red 254 ◦ green 108 ◦ blue 125

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

Shades of Brink Pink #FE6C7D

Tints of Brink Pink #FE6C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 52.16%
G = 22.18%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE6C7D (or 0xFE6C7D) is known color: Brink Pink. HEX triplet: FE, 6C and 7D. RGB value is (254,108,125). Sum of RGB (Red+Green+Blue) = 254+108+125=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C7D is #019382. Grayscale: #999999. Windows color (decimal): -103299 or 8219902. OLE color: 8219902.

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

Color convert

RGB 254 108 125 -
CMYK 0 0.57 0.51 0.00
HSL 353.01º 0.99% 0.71% -
HSV(B) 353.01º 0.57% 1% -
XYZ 49.94 33.28 23.19 -
YUV 153.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 254 108 125 0 0.57 0.51 0.00 353.01 0.99 0.71
Hex FE 6C 7D 0 39 33 0 161 63 47
Octal 376 154 175 0 71 63 0 541 143 107
Binary 11111110 1101100 1111101 0 111001 110011 0 101100001 1100011 1000111

Color Harmonies of #FE6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C7D

Black with #FE6C7D

Text Example


Text Example

White with #FE6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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