Html Css Color HEX #FE6092 Brink Pink

📋 copy color: '#FE6092'

red 254 ◦ green 96 ◦ blue 146

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

Shades of Brink Pink #FE6092

Tints of Brink Pink #FE6092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 51.21%
G = 19.35%
B = 29.44%

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

#FE6092 (or 0xFE6092) is known color: Brink Pink. HEX triplet: FE, 60 and 92. RGB value is (254,96,146). Sum of RGB (Red+Green+Blue) = 254+96+146=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6092 is #019F6D. Grayscale: #949494. Windows color (decimal): -106350 or 9593086. OLE color: 9593086.

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

Color convert

RGB 254 96 146 -
CMYK 0 0.62 0.43 0.00
HSL 341.01º 0.99% 0.69% -
HSV(B) 341.01º 0.62% 1% -
XYZ 50.24 31.51 30.63 -
YUV 148.94 126.35 202.93 -
System Red Green Blue C M Y K H S L
Decimal 254 96 146 0 0.62 0.43 0.00 341.01 0.99 0.69
Hex FE 60 92 0 3E 2B 0 155 63 45
Octal 376 140 222 0 76 53 0 525 143 105
Binary 11111110 1100000 10010010 0 111110 101011 0 101010101 1100011 1000101

Color Harmonies of #FE6092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6092

Black with #FE6092

Text Example


Text Example

White with #FE6092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6092; }

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

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

background-color css

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

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

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

border-color css

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

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

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