Html Css Color HEX #FE6F7D Brink Pink

📋 copy color: '#FE6F7D'

red 254 ◦ green 111 ◦ blue 125

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

Shades of Brink Pink #FE6F7D

Tints of Brink Pink #FE6F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.65%

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

R = 51.84%
G = 22.65%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE6F7D (or 0xFE6F7D) is known color: Brink Pink. HEX triplet: FE, 6F and 7D. RGB value is (254,111,125). Sum of RGB (Red+Green+Blue) = 254+111+125=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6F7D is #019082. Grayscale: #9B9B9B. Windows color (decimal): -102531 or 8220670. OLE color: 8220670.

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

Color convert

RGB 254 111 125 -
CMYK 0 0.56 0.51 0.00
HSL 354.13º 0.99% 0.72% -
HSV(B) 354.13º 0.56% 1% -
XYZ 50.26 33.92 23.3 -
YUV 155.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 254 111 125 0 0.56 0.51 0.00 354.13 0.99 0.72
Hex FE 6F 7D 0 38 33 0 162 63 48
Octal 376 157 175 0 70 63 0 542 143 110
Binary 11111110 1101111 1111101 0 111000 110011 0 101100010 1100011 1001000

Color Harmonies of #FE6F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F7D

Black with #FE6F7D

Text Example


Text Example

White with #FE6F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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