Html Css Color HEX #FE6FBA Hot Pink

📋 copy color: '#FE6FBA'

red 254 ◦ green 111 ◦ blue 186

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

Shades of Hot Pink #FE6FBA

Tints of Hot Pink #FE6FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.15%

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 46.1%
G = 20.15%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE6FBA (or 0xFE6FBA) is known color: Hot Pink. HEX triplet: FE, 6F and BA. RGB value is (254,111,186). Sum of RGB (Red+Green+Blue) = 254+111+186=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FBA is #019045. Grayscale: #A2A2A2. Windows color (decimal): -102470 or 12218366. OLE color: 12218366.

HSL color Cylindrical-coordinate representation of color #FE6FBA: hue angle of 328.53º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FBA is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 111 186 -
CMYK 0 0.56 0.27 0.00
HSL 328.53º 0.99% 0.72% -
HSV(B) 328.53º 0.56% 1% -
XYZ 55.42 35.98 50.48 -
YUV 162.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 254 111 186 0 0.56 0.27 0.00 328.53 0.99 0.72
Hex FE 6F BA 0 38 1B 0 149 63 48
Octal 376 157 272 0 70 33 0 511 143 110
Binary 11111110 1101111 10111010 0 111000 11011 0 101001001 1100011 1001000

Color Harmonies of #FE6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FBA

Black with #FE6FBA

Text Example


Text Example

White with #FE6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FBA; }

 p { color: rgb(254,111,186); }

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

background-color css

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

 a { background-color: rgb(254,111,186); }

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

border-color css

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

 span { border-color: rgb(254,111,186); }

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