Html Css Color HEX #FC6F90 Brink Pink

📋 copy color: '#FC6F90'

red 252 ◦ green 111 ◦ blue 144

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

Shades of Brink Pink #FC6F90

Tints of Brink Pink #FC6F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.89%

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 49.7%
G = 21.89%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC6F90 (or 0xFC6F90) is known color: Brink Pink. HEX triplet: FC, 6F and 90. RGB value is (252,111,144). Sum of RGB (Red+Green+Blue) = 252+111+144=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6F90 is #03906F. Grayscale: #9C9C9C. Windows color (decimal): -233584 or 9465852. OLE color: 9465852.

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

Color convert

RGB 252 111 144 -
CMYK 0 0.56 0.43 0.01
HSL 345.96º 0.96% 0.71% -
HSV(B) 345.96º 0.56% 0.99% -
XYZ 50.86 34.08 30.28 -
YUV 156.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 252 111 144 0 0.56 0.43 0.01 345.96 0.96 0.71
Hex FC 6F 90 0 38 2B 1 15A 60 47
Octal 374 157 220 0 70 53 1 532 140 107
Binary 11111100 1101111 10010000 0 111000 101011 1 101011010 1100000 1000111

Color Harmonies of #FC6F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F90

Black with #FC6F90

Text Example


Text Example

White with #FC6F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F90; }

 p { color: rgb(252,111,144); }

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

background-color css

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

 a { background-color: rgb(252,111,144); }

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

border-color css

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

 span { border-color: rgb(252,111,144); }

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