Html Css Color HEX #FC768E Carissma

📋 copy color: '#FC768E'

red 252 ◦ green 118 ◦ blue 142

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

Shades of Carissma #FC768E

Tints of Carissma #FC768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 49.22%
G = 23.05%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC768E (or 0xFC768E) is known color: Carissma. HEX triplet: FC, 76 and 8E. RGB value is (252,118,142). Sum of RGB (Red+Green+Blue) = 252+118+142=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC768E is #038971. Grayscale: #A0A0A0. Windows color (decimal): -231794 or 9336572. OLE color: 9336572.

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

Color convert

RGB 252 118 142 -
CMYK 0 0.53 0.44 0.01
HSL 349.25º 0.96% 0.73% -
HSV(B) 349.25º 0.53% 0.99% -
XYZ 51.51 35.61 29.75 -
YUV 160.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 252 118 142 0 0.53 0.44 0.01 349.25 0.96 0.73
Hex FC 76 8E 0 35 2C 1 15D 60 49
Octal 374 166 216 0 65 54 1 535 140 111
Binary 11111100 1110110 10001110 0 110101 101100 1 101011101 1100000 1001001

Color Harmonies of #FC768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC768E

Black with #FC768E

Text Example


Text Example

White with #FC768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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