Html Css Color HEX #FC7690 Carissma

📋 copy color: '#FC7690'

red 252 ◦ green 118 ◦ blue 144

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

Shades of Carissma #FC7690

Tints of Carissma #FC7690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.96%

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

R = 49.03%
G = 22.96%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7690 (or 0xFC7690) is known color: Carissma. HEX triplet: FC, 76 and 90. RGB value is (252,118,144). Sum of RGB (Red+Green+Blue) = 252+118+144=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7690 is #03896F. Grayscale: #A1A1A1. Windows color (decimal): -231792 or 9467644. OLE color: 9467644.

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

Color convert

RGB 252 118 144 -
CMYK 0 0.53 0.43 0.01
HSL 348.36º 0.96% 0.73% -
HSV(B) 348.36º 0.53% 0.99% -
XYZ 51.66 35.67 30.55 -
YUV 161.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 252 118 144 0 0.53 0.43 0.01 348.36 0.96 0.73
Hex FC 76 90 0 35 2B 1 15C 60 49
Octal 374 166 220 0 65 53 1 534 140 111
Binary 11111100 1110110 10010000 0 110101 101011 1 101011100 1100000 1001001

Color Harmonies of #FC7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7690

Black with #FC7690

Text Example


Text Example

White with #FC7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7690; }

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

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

background-color css

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

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

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

border-color css

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

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

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