Html Css Color HEX #FE607D Brink Pink

📋 copy color: '#FE607D'

red 254 ◦ green 96 ◦ blue 125

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

Shades of Brink Pink #FE607D

Tints of Brink Pink #FE607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.21%

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

R = 53.47%
G = 20.21%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE607D (or 0xFE607D) is known color: Brink Pink. HEX triplet: FE, 60 and 7D. RGB value is (254,96,125). Sum of RGB (Red+Green+Blue) = 254+96+125=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE607D is #019F82. Grayscale: #929292. Windows color (decimal): -106371 or 8216830. OLE color: 8216830.

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

Color convert

RGB 254 96 125 -
CMYK 0 0.62 0.51 0.00
HSL 348.99º 0.99% 0.69% -
HSV(B) 348.99º 0.62% 1% -
XYZ 48.76 30.92 22.8 -
YUV 146.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 254 96 125 0 0.62 0.51 0.00 348.99 0.99 0.69
Hex FE 60 7D 0 3E 33 0 15D 63 45
Octal 376 140 175 0 76 63 0 535 143 105
Binary 11111110 1100000 1111101 0 111110 110011 0 101011101 1100011 1000101

Color Harmonies of #FE607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE607D

Black with #FE607D

Text Example


Text Example

White with #FE607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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