Html Css Color HEX #FD638D Brink Pink

📋 copy color: '#FD638D'

red 253 ◦ green 99 ◦ blue 141

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

Shades of Brink Pink #FD638D

Tints of Brink Pink #FD638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 51.32%
G = 20.08%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD638D (or 0xFD638D) is known color: Brink Pink. HEX triplet: FD, 63 and 8D. RGB value is (253,99,141). Sum of RGB (Red+Green+Blue) = 253+99+141=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD638D is #029C72. Grayscale: #959595. Windows color (decimal): -171123 or 9266173. OLE color: 9266173.

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

Color convert

RGB 253 99 141 -
CMYK 0 0.61 0.44 0.01
HSL 343.64º 0.97% 0.69% -
HSV(B) 343.64º 0.61% 0.99% -
XYZ 49.78 31.73 28.7 -
YUV 149.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 253 99 141 0 0.61 0.44 0.01 343.64 0.97 0.69
Hex FD 63 8D 0 3D 2C 1 158 61 45
Octal 375 143 215 0 75 54 1 530 141 105
Binary 11111101 1100011 10001101 0 111101 101100 1 101011000 1100001 1000101

Color Harmonies of #FD638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD638D

Black with #FD638D

Text Example


Text Example

White with #FD638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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