Html Css Color HEX #FE6F8F Brink Pink

📋 copy color: '#FE6F8F'

red 254 ◦ green 111 ◦ blue 143

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

Shades of Brink Pink #FE6F8F

Tints of Brink Pink #FE6F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.15%

R = 50%
G = 21.85%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE6F8F (or 0xFE6F8F) is known color: Brink Pink. HEX triplet: FE, 6F and 8F. RGB value is (254,111,143). Sum of RGB (Red+Green+Blue) = 254+111+143=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6F8F is #019070. Grayscale: #9D9D9D. Windows color (decimal): -102513 or 9400318. OLE color: 9400318.

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

Color convert

RGB 254 111 143 -
CMYK 0 0.56 0.44 0.00
HSL 346.57º 0.99% 0.72% -
HSV(B) 346.57º 0.56% 1% -
XYZ 51.52 34.42 29.92 -
YUV 157.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 254 111 143 0 0.56 0.44 0.00 346.57 0.99 0.72
Hex FE 6F 8F 0 38 2C 0 15B 63 48
Octal 376 157 217 0 70 54 0 533 143 110
Binary 11111110 1101111 10001111 0 111000 101100 0 101011011 1100011 1001000

Color Harmonies of #FE6F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F8F

Black with #FE6F8F

Text Example


Text Example

White with #FE6F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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