Html Css Color HEX #FE607E Brink Pink

📋 copy color: '#FE607E'

red 254 ◦ green 96 ◦ blue 126

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

Shades of Brink Pink #FE607E

Tints of Brink Pink #FE607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 53.36%
G = 20.17%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE607E (or 0xFE607E) is known color: Brink Pink. HEX triplet: FE, 60 and 7E. RGB value is (254,96,126). Sum of RGB (Red+Green+Blue) = 254+96+126=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE607E is #019F81. Grayscale: #929292. Windows color (decimal): -106370 or 8282366. OLE color: 8282366.

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

Color convert

RGB 254 96 126 -
CMYK 0 0.62 0.50 0.00
HSL 348.61º 0.99% 0.69% -
HSV(B) 348.61º 0.62% 1% -
XYZ 48.82 30.94 23.14 -
YUV 146.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 254 96 126 0 0.62 0.50 0.00 348.61 0.99 0.69
Hex FE 60 7E 0 3E 32 0 15D 63 45
Octal 376 140 176 0 76 62 0 535 143 105
Binary 11111110 1100000 1111110 0 111110 110010 0 101011101 1100011 1000101

Color Harmonies of #FE607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE607E

Black with #FE607E

Text Example


Text Example

White with #FE607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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