Html Css Color HEX #FF638C Brink Pink

📋 copy color: '#FF638C'

red 255 ◦ green 99 ◦ blue 140

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

Shades of Brink Pink #FF638C

Tints of Brink Pink #FF638C

RGB

 RED value IS 255 (100% from 255) = 51.62%

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

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 51.62%
G = 20.04%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF638C (or 0xFF638C) is known color: Brink Pink. HEX triplet: FF, 63 and 8C. RGB value is (255,99,140). Sum of RGB (Red+Green+Blue) = 255+99+140=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF638C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF638C is #009C73. Grayscale: #969696. Windows color (decimal): -40052 or 9200639. OLE color: 9200639.

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

Color convert

RGB 255 99 140 -
CMYK 0 0.61 0.45 0
HSL 344.23º 1% 0.69% -
HSV(B) 344.23º 0.61% 1% -
XYZ 50.44 32.08 28.34 -
YUV 150.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 255 99 140 0 0.61 0.45 0 344.23 1 0.69
Hex FF 63 8C 0 3D 2D 0 158 64 45
Octal 377 143 214 0 75 55 0 530 144 105
Binary 11111111 1100011 10001100 0 111101 101101 0 101011000 1100100 1000101

Color Harmonies of #FF638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF638C

Black with #FF638C

Text Example


Text Example

White with #FF638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF638C; }

 p { color: rgb(255,99,140); }

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

background-color css

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

 a { background-color: rgb(255,99,140); }

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

border-color css

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

 span { border-color: rgb(255,99,140); }

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