Html Css Color HEX #FE6A8F Brink Pink

📋 copy color: '#FE6A8F'

red 254 ◦ green 106 ◦ blue 143

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

Shades of Brink Pink #FE6A8F

Tints of Brink Pink #FE6A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.07%

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

R = 50.5%
G = 21.07%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE6A8F (or 0xFE6A8F) is known color: Brink Pink. HEX triplet: FE, 6A and 8F. RGB value is (254,106,143). Sum of RGB (Red+Green+Blue) = 254+106+143=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6A8F is #019570. Grayscale: #9A9A9A. Windows color (decimal): -103793 or 9399038. OLE color: 9399038.

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

Color convert

RGB 254 106 143 -
CMYK 0 0.58 0.44 0.00
HSL 345º 0.99% 0.71% -
HSV(B) 345º 0.58% 1% -
XYZ 50.99 33.36 29.74 -
YUV 154.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 254 106 143 0 0.58 0.44 0.00 345 0.99 0.71
Hex FE 6A 8F 0 3A 2C 0 159 63 47
Octal 376 152 217 0 72 54 0 531 143 107
Binary 11111110 1101010 10001111 0 111010 101100 0 101011001 1100011 1000111

Color Harmonies of #FE6A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A8F

Black with #FE6A8F

Text Example


Text Example

White with #FE6A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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