Html Css Color HEX #FC668F Brink Pink

📋 copy color: '#FC668F'

red 252 ◦ green 102 ◦ blue 143

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

Shades of Brink Pink #FC668F

Tints of Brink Pink #FC668F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.52%

 BLUE value IS 143 (56.25% from 255) = 28.77%

R = 50.7%
G = 20.52%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC668F (or 0xFC668F) is known color: Brink Pink. HEX triplet: FC, 66 and 8F. RGB value is (252,102,143). Sum of RGB (Red+Green+Blue) = 252+102+143=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC668F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC668F is #039970. Grayscale: #979797. Windows color (decimal): -235889 or 9398012. OLE color: 9398012.

HSL color Cylindrical-coordinate representation of color #FC668F: hue angle of 343.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC668F is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 143 -
CMYK 0 0.60 0.43 0.01
HSL 343.6º 0.96% 0.69% -
HSV(B) 343.6º 0.6% 0.99% -
XYZ 49.85 32.18 29.57 -
YUV 151.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 252 102 143 0 0.60 0.43 0.01 343.6 0.96 0.69
Hex FC 66 8F 0 3C 2B 1 158 60 45
Octal 374 146 217 0 74 53 1 530 140 105
Binary 11111100 1100110 10001111 0 111100 101011 1 101011000 1100000 1000101

Color Harmonies of #FC668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC668F

Black with #FC668F

Text Example


Text Example

White with #FC668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC668F; }

 p { color: rgb(252,102,143); }

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

background-color css

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

 a { background-color: rgb(252,102,143); }

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

border-color css

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

 span { border-color: rgb(252,102,143); }

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