Html Css Color HEX #FE6090 Brink Pink

📋 copy color: '#FE6090'

red 254 ◦ green 96 ◦ blue 144

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

Shades of Brink Pink #FE6090

Tints of Brink Pink #FE6090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 51.42%
G = 19.43%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE6090 (or 0xFE6090) is known color: Brink Pink. HEX triplet: FE, 60 and 90. RGB value is (254,96,144). Sum of RGB (Red+Green+Blue) = 254+96+144=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6090 is #019F6F. Grayscale: #949494. Windows color (decimal): -106352 or 9462014. OLE color: 9462014.

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

Color convert

RGB 254 96 144 -
CMYK 0 0.62 0.43 0.00
HSL 341.77º 0.99% 0.69% -
HSV(B) 341.77º 0.62% 1% -
XYZ 50.09 31.45 29.82 -
YUV 148.71 125.35 203.1 -
System Red Green Blue C M Y K H S L
Decimal 254 96 144 0 0.62 0.43 0.00 341.77 0.99 0.69
Hex FE 60 90 0 3E 2B 0 156 63 45
Octal 376 140 220 0 76 53 0 526 143 105
Binary 11111110 1100000 10010000 0 111110 101011 0 101010110 1100011 1000101

Color Harmonies of #FE6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6090

Black with #FE6090

Text Example


Text Example

White with #FE6090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6090; }

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

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

background-color css

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

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

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

border-color css

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

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

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