Html Css Color HEX #FE6382 Brink Pink

📋 copy color: '#FE6382'

red 254 ◦ green 99 ◦ blue 130

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

Shades of Brink Pink #FE6382

Tints of Brink Pink #FE6382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.5%

 BLUE value IS 130 (51.17% from 255) = 26.92%

R = 52.59%
G = 20.5%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE6382 (or 0xFE6382) is known color: Brink Pink. HEX triplet: FE, 63 and 82. RGB value is (254,99,130). Sum of RGB (Red+Green+Blue) = 254+99+130=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6382 is #019C7D. Grayscale: #949494. Windows color (decimal): -105598 or 8545278. OLE color: 8545278.

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

Color convert

RGB 254 99 130 -
CMYK 0 0.61 0.49 0.00
HSL 348º 0.99% 0.69% -
HSV(B) 348º 0.61% 1% -
XYZ 49.36 31.61 24.62 -
YUV 148.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 254 99 130 0 0.61 0.49 0.00 348 0.99 0.69
Hex FE 63 82 0 3D 31 0 15C 63 45
Octal 376 143 202 0 75 61 0 534 143 105
Binary 11111110 1100011 10000010 0 111101 110001 0 101011100 1100011 1000101

Color Harmonies of #FE6382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6382

Black with #FE6382

Text Example


Text Example

White with #FE6382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6382; }

 p { color: rgb(254,99,130); }

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

background-color css

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

 a { background-color: rgb(254,99,130); }

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

border-color css

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

 span { border-color: rgb(254,99,130); }

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