Html Css Color HEX #FD658A Brink Pink

📋 copy color: '#FD658A'

red 253 ◦ green 101 ◦ blue 138

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

Shades of Brink Pink #FD658A

Tints of Brink Pink #FD658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.53%

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 51.42%
G = 20.53%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD658A (or 0xFD658A) is known color: Brink Pink. HEX triplet: FD, 65 and 8A. RGB value is (253,101,138). Sum of RGB (Red+Green+Blue) = 253+101+138=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD658A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD658A is #029A75. Grayscale: #969696. Windows color (decimal): -170614 or 9070077. OLE color: 9070077.

HSL color Cylindrical-coordinate representation of color #FD658A: hue angle of 345.39º 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 #FD658A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 138 -
CMYK 0 0.60 0.45 0.01
HSL 345.39º 0.97% 0.69% -
HSV(B) 345.39º 0.6% 0.99% -
XYZ 49.75 32.02 27.6 -
YUV 150.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 253 101 138 0 0.60 0.45 0.01 345.39 0.97 0.69
Hex FD 65 8A 0 3C 2D 1 159 61 45
Octal 375 145 212 0 74 55 1 531 141 105
Binary 11111101 1100101 10001010 0 111100 101101 1 101011001 1100001 1000101

Color Harmonies of #FD658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD658A

Black with #FD658A

Text Example


Text Example

White with #FD658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD658A; }

 p { color: rgb(253,101,138); }

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

background-color css

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

 a { background-color: rgb(253,101,138); }

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

border-color css

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

 span { border-color: rgb(253,101,138); }

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