Html Css Color HEX #FC768F Carissma

📋 copy color: '#FC768F'

red 252 ◦ green 118 ◦ blue 143

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

Shades of Carissma #FC768F

Tints of Carissma #FC768F

RGB

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

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

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

R = 49.12%
G = 23%
B = 27.88%

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

#FC768F (or 0xFC768F) is known color: Carissma. HEX triplet: FC, 76 and 8F. RGB value is (252,118,143). Sum of RGB (Red+Green+Blue) = 252+118+143=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC768F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC768F is #038970. Grayscale: #A0A0A0. Windows color (decimal): -231793 or 9402108. OLE color: 9402108.

HSL color Cylindrical-coordinate representation of color #FC768F: hue angle of 348.81º 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 #FC768F is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 118 143 -
CMYK 0 0.53 0.43 0.01
HSL 348.81º 0.96% 0.73% -
HSV(B) 348.81º 0.53% 0.99% -
XYZ 51.58 35.64 30.15 -
YUV 160.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 252 118 143 0 0.53 0.43 0.01 348.81 0.96 0.73
Hex FC 76 8F 0 35 2B 1 15D 60 49
Octal 374 166 217 0 65 53 1 535 140 111
Binary 11111100 1110110 10001111 0 110101 101011 1 101011101 1100000 1001001

Color Harmonies of #FC768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC768F

Black with #FC768F

Text Example


Text Example

White with #FC768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC768F; }

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

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

background-color css

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

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

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

border-color css

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

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

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