Html Css Color HEX #FE6292 Brink Pink

📋 copy color: '#FE6292'

red 254 ◦ green 98 ◦ blue 146

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

Shades of Brink Pink #FE6292

Tints of Brink Pink #FE6292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.68%

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

R = 51%
G = 19.68%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE6292 (or 0xFE6292) is known color: Brink Pink. HEX triplet: FE, 62 and 92. RGB value is (254,98,146). Sum of RGB (Red+Green+Blue) = 254+98+146=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6292 is #019D6D. Grayscale: #969696. Windows color (decimal): -105838 or 9593598. OLE color: 9593598.

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

Color convert

RGB 254 98 146 -
CMYK 0 0.61 0.43 0.00
HSL 341.54º 0.99% 0.69% -
HSV(B) 341.54º 0.61% 1% -
XYZ 50.43 31.88 30.69 -
YUV 150.12 125.68 202.1 -
System Red Green Blue C M Y K H S L
Decimal 254 98 146 0 0.61 0.43 0.00 341.54 0.99 0.69
Hex FE 62 92 0 3D 2B 0 156 63 45
Octal 376 142 222 0 75 53 0 526 143 105
Binary 11111110 1100010 10010010 0 111101 101011 0 101010110 1100011 1000101

Color Harmonies of #FE6292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6292

Black with #FE6292

Text Example


Text Example

White with #FE6292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6292; }

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

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

background-color css

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

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

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

border-color css

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

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

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