Html Css Color HEX #FE637F Brink Pink

📋 copy color: '#FE637F'

red 254 ◦ green 99 ◦ blue 127

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

Shades of Brink Pink #FE637F

Tints of Brink Pink #FE637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.63%

 BLUE value IS 127 (50% from 255) = 26.46%

R = 52.92%
G = 20.63%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE637F (or 0xFE637F) is known color: Brink Pink. HEX triplet: FE, 63 and 7F. RGB value is (254,99,127). Sum of RGB (Red+Green+Blue) = 254+99+127=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE637F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE637F is #019C80. Grayscale: #949494. Windows color (decimal): -105601 or 8348670. OLE color: 8348670.

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

Color convert

RGB 254 99 127 -
CMYK 0 0.61 0.50 0.00
HSL 349.16º 0.99% 0.69% -
HSV(B) 349.16º 0.61% 1% -
XYZ 49.17 31.53 23.57 -
YUV 148.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 254 99 127 0 0.61 0.50 0.00 349.16 0.99 0.69
Hex FE 63 7F 0 3D 32 0 15D 63 45
Octal 376 143 177 0 75 62 0 535 143 105
Binary 11111110 1100011 1111111 0 111101 110010 0 101011101 1100011 1000101

Color Harmonies of #FE637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE637F

Black with #FE637F

Text Example


Text Example

White with #FE637F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE637F; }

 p { color: rgb(254,99,127); }

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

background-color css

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

 a { background-color: rgb(254,99,127); }

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

border-color css

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

 span { border-color: rgb(254,99,127); }

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