Html Css Color HEX #FE6692 Brink Pink

📋 copy color: '#FE6692'

red 254 ◦ green 102 ◦ blue 146

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

Shades of Brink Pink #FE6692

Tints of Brink Pink #FE6692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.32%

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

R = 50.6%
G = 20.32%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE6692 (or 0xFE6692) is known color: Brink Pink. HEX triplet: FE, 66 and 92. RGB value is (254,102,146). Sum of RGB (Red+Green+Blue) = 254+102+146=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6692 is #01996D. Grayscale: #989898. Windows color (decimal): -104814 or 9594622. OLE color: 9594622.

HSL color Cylindrical-coordinate representation of color #FE6692: hue angle of 342.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6692 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 102 146 -
CMYK 0 0.60 0.43 0.00
HSL 342.63º 0.99% 0.7% -
HSV(B) 342.63º 0.6% 1% -
XYZ 50.81 32.65 30.82 -
YUV 152.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 254 102 146 0 0.60 0.43 0.00 342.63 0.99 0.7
Hex FE 66 92 0 3C 2B 0 157 63 46
Octal 376 146 222 0 74 53 0 527 143 106
Binary 11111110 1100110 10010010 0 111100 101011 0 101010111 1100011 1000110

Color Harmonies of #FE6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6692

Black with #FE6692

Text Example


Text Example

White with #FE6692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6692; }

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

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

background-color css

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

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

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

border-color css

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

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

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