Html Css Color HEX #FC6795 Brink Pink

📋 copy color: '#FC6795'

red 252 ◦ green 103 ◦ blue 149

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

Shades of Brink Pink #FC6795

Tints of Brink Pink #FC6795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.44%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 50%
G = 20.44%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC6795 (or 0xFC6795) is known color: Brink Pink. HEX triplet: FC, 67 and 95. RGB value is (252,103,149). Sum of RGB (Red+Green+Blue) = 252+103+149=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6795 is #03986A. Grayscale: #989898. Windows color (decimal): -235627 or 9791484. OLE color: 9791484.

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

Color convert

RGB 252 103 149 -
CMYK 0 0.59 0.41 0.01
HSL 341.48º 0.96% 0.7% -
HSV(B) 341.48º 0.59% 0.99% -
XYZ 50.42 32.57 32.06 -
YUV 152.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 252 103 149 0 0.59 0.41 0.01 341.48 0.96 0.7
Hex FC 67 95 0 3B 29 1 155 60 46
Octal 374 147 225 0 73 51 1 525 140 106
Binary 11111100 1100111 10010101 0 111011 101001 1 101010101 1100000 1000110

Color Harmonies of #FC6795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6795

Black with #FC6795

Text Example


Text Example

White with #FC6795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6795; }

 p { color: rgb(252,103,149); }

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

background-color css

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

 a { background-color: rgb(252,103,149); }

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

border-color css

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

 span { border-color: rgb(252,103,149); }

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