Html Css Color HEX #FE608A Brink Pink

📋 copy color: '#FE608A'

red 254 ◦ green 96 ◦ blue 138

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

Shades of Brink Pink #FE608A

Tints of Brink Pink #FE608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 52.05%
G = 19.67%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE608A (or 0xFE608A) is known color: Brink Pink. HEX triplet: FE, 60 and 8A. RGB value is (254,96,138). Sum of RGB (Red+Green+Blue) = 254+96+138=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE608A is #019F75. Grayscale: #949494. Windows color (decimal): -106358 or 9068798. OLE color: 9068798.

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

Color convert

RGB 254 96 138 -
CMYK 0 0.62 0.46 0.00
HSL 344.05º 0.99% 0.69% -
HSV(B) 344.05º 0.62% 1% -
XYZ 49.64 31.27 27.46 -
YUV 148.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 254 96 138 0 0.62 0.46 0.00 344.05 0.99 0.69
Hex FE 60 8A 0 3E 2E 0 158 63 45
Octal 376 140 212 0 76 56 0 530 143 105
Binary 11111110 1100000 10001010 0 111110 101110 0 101011000 1100011 1000101

Color Harmonies of #FE608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE608A

Black with #FE608A

Text Example


Text Example

White with #FE608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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