Html Css Color HEX #FD6482 Brink Pink

📋 copy color: '#FD6482'

red 253 ◦ green 100 ◦ blue 130

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

Shades of Brink Pink #FD6482

Tints of Brink Pink #FD6482

RGB

 RED value IS 253 (99.22% from 255) = 52.38%

 GREEN value IS 100 (39.45% from 255) = 20.7%

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

R = 52.38%
G = 20.7%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD6482 (or 0xFD6482) is known color: Brink Pink. HEX triplet: FD, 64 and 82. RGB value is (253,100,130). Sum of RGB (Red+Green+Blue) = 253+100+130=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6482 is #029B7D. Grayscale: #959595. Windows color (decimal): -170878 or 8545533. OLE color: 8545533.

HSL color Cylindrical-coordinate representation of color #FD6482: hue angle of 348.24º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD6482 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 100 130 -
CMYK 0 0.60 0.49 0.01
HSL 348.24º 0.97% 0.69% -
HSV(B) 348.24º 0.6% 0.99% -
XYZ 49.09 31.61 24.63 -
YUV 149.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 253 100 130 0 0.60 0.49 0.01 348.24 0.97 0.69
Hex FD 64 82 0 3C 31 1 15C 61 45
Octal 375 144 202 0 74 61 1 534 141 105
Binary 11111101 1100100 10000010 0 111100 110001 1 101011100 1100001 1000101

Color Harmonies of #FD6482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6482

Black with #FD6482

Text Example


Text Example

White with #FD6482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6482; }

 p { color: rgb(253,100,130); }

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

background-color css

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

 a { background-color: rgb(253,100,130); }

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

border-color css

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

 span { border-color: rgb(253,100,130); }

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