Html Css Color HEX #FC638B Brink Pink

📋 copy color: '#FC638B'

red 252 ◦ green 99 ◦ blue 139

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

Shades of Brink Pink #FC638B

Tints of Brink Pink #FC638B

RGB

 RED value IS 252 (98.83% from 255) = 51.43%

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 51.43%
G = 20.2%
B = 28.37%

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

#FC638B (or 0xFC638B) is known color: Brink Pink. HEX triplet: FC, 63 and 8B. RGB value is (252,99,139). Sum of RGB (Red+Green+Blue) = 252+99+139=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC638B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC638B is #039C74. Grayscale: #959595. Windows color (decimal): -236661 or 9135100. OLE color: 9135100.

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

Color convert

RGB 252 99 139 -
CMYK 0 0.61 0.45 0.01
HSL 344.31º 0.96% 0.69% -
HSV(B) 344.31º 0.61% 0.99% -
XYZ 49.27 31.48 27.91 -
YUV 149.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 252 99 139 0 0.61 0.45 0.01 344.31 0.96 0.69
Hex FC 63 8B 0 3D 2D 1 158 60 45
Octal 374 143 213 0 75 55 1 530 140 105
Binary 11111100 1100011 10001011 0 111101 101101 1 101011000 1100000 1000101

Color Harmonies of #FC638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC638B

Black with #FC638B

Text Example


Text Example

White with #FC638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC638B; }

 p { color: rgb(252,99,139); }

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

background-color css

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

 a { background-color: rgb(252,99,139); }

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

border-color css

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

 span { border-color: rgb(252,99,139); }

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