Html Css Color HEX #FE6F7C Brink Pink

📋 copy color: '#FE6F7C'

red 254 ◦ green 111 ◦ blue 124

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

Shades of Brink Pink #FE6F7C

Tints of Brink Pink #FE6F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 51.94%
G = 22.7%
B = 25.36%

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

#FE6F7C (or 0xFE6F7C) is known color: Brink Pink. HEX triplet: FE, 6F and 7C. RGB value is (254,111,124). Sum of RGB (Red+Green+Blue) = 254+111+124=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6F7C is #019083. Grayscale: #9B9B9B. Windows color (decimal): -102532 or 8155134. OLE color: 8155134.

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

Color convert

RGB 254 111 124 -
CMYK 0 0.56 0.51 0.00
HSL 354.55º 0.99% 0.72% -
HSV(B) 354.55º 0.56% 1% -
XYZ 50.2 33.89 22.97 -
YUV 155.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 254 111 124 0 0.56 0.51 0.00 354.55 0.99 0.72
Hex FE 6F 7C 0 38 33 0 163 63 48
Octal 376 157 174 0 70 63 0 543 143 110
Binary 11111110 1101111 1111100 0 111000 110011 0 101100011 1100011 1001000

Color Harmonies of #FE6F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F7C

Black with #FE6F7C

Text Example


Text Example

White with #FE6F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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