Html Css Color HEX #FD638A Brink Pink

📋 copy color: '#FD638A'

red 253 ◦ green 99 ◦ blue 138

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

Shades of Brink Pink #FD638A

Tints of Brink Pink #FD638A

RGB

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

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

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

R = 51.63%
G = 20.2%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD638A (or 0xFD638A) is known color: Brink Pink. HEX triplet: FD, 63 and 8A. RGB value is (253,99,138). Sum of RGB (Red+Green+Blue) = 253+99+138=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD638A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD638A is #029C75. Grayscale: #959595. Windows color (decimal): -171126 or 9069565. OLE color: 9069565.

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

Color convert

RGB 253 99 138 -
CMYK 0 0.61 0.45 0.01
HSL 344.81º 0.97% 0.69% -
HSV(B) 344.81º 0.61% 0.99% -
XYZ 49.56 31.64 27.54 -
YUV 149.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 253 99 138 0 0.61 0.45 0.01 344.81 0.97 0.69
Hex FD 63 8A 0 3D 2D 1 159 61 45
Octal 375 143 212 0 75 55 1 531 141 105
Binary 11111101 1100011 10001010 0 111101 101101 1 101011001 1100001 1000101

Color Harmonies of #FD638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD638A

Black with #FD638A

Text Example


Text Example

White with #FD638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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