Html Css Color HEX #FC6B93 Brink Pink

📋 copy color: '#FC6B93'

red 252 ◦ green 107 ◦ blue 147

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

Shades of Brink Pink #FC6B93

Tints of Brink Pink #FC6B93

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.15%

 BLUE value IS 147 (57.81% from 255) = 29.05%

R = 49.8%
G = 21.15%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6B93 (or 0xFC6B93) is known color: Brink Pink. HEX triplet: FC, 6B and 93. RGB value is (252,107,147). Sum of RGB (Red+Green+Blue) = 252+107+147=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B93 is #03946C. Grayscale: #9A9A9A. Windows color (decimal): -234605 or 9661436. OLE color: 9661436.

HSL color Cylindrical-coordinate representation of color #FC6B93: hue angle of 343.45º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6B93 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 107 147 -
CMYK 0 0.58 0.42 0.01
HSL 343.45º 0.96% 0.7% -
HSV(B) 343.45º 0.58% 0.99% -
XYZ 50.67 33.32 31.36 -
YUV 154.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 252 107 147 0 0.58 0.42 0.01 343.45 0.96 0.7
Hex FC 6B 93 0 3A 2A 1 157 60 46
Octal 374 153 223 0 72 52 1 527 140 106
Binary 11111100 1101011 10010011 0 111010 101010 1 101010111 1100000 1000110

Color Harmonies of #FC6B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B93

Black with #FC6B93

Text Example


Text Example

White with #FC6B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B93; }

 p { color: rgb(252,107,147); }

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

background-color css

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

 a { background-color: rgb(252,107,147); }

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

border-color css

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

 span { border-color: rgb(252,107,147); }

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