Html Css Color HEX #FE6C75 Brink Pink

📋 copy color: '#FE6C75'

red 254 ◦ green 108 ◦ blue 117

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

Shades of Brink Pink #FE6C75

Tints of Brink Pink #FE6C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.43%

R = 53.03%
G = 22.55%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE6C75 (or 0xFE6C75) is known color: Brink Pink. HEX triplet: FE, 6C and 75. RGB value is (254,108,117). Sum of RGB (Red+Green+Blue) = 254+108+117=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C75 is #01938A. Grayscale: #989898. Windows color (decimal): -103307 or 7695614. OLE color: 7695614.

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

Color convert

RGB 254 108 117 -
CMYK 0 0.57 0.54 0.00
HSL 356.3º 0.99% 0.71% -
HSV(B) 356.3º 0.57% 1% -
XYZ 49.45 33.08 20.61 -
YUV 152.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 254 108 117 0 0.57 0.54 0.00 356.3 0.99 0.71
Hex FE 6C 75 0 39 36 0 164 63 47
Octal 376 154 165 0 71 66 0 544 143 107
Binary 11111110 1101100 1110101 0 111001 110110 0 101100100 1100011 1000111

Color Harmonies of #FE6C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C75

Black with #FE6C75

Text Example


Text Example

White with #FE6C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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