Html Css Color HEX #FC758E Carissma

📋 copy color: '#FC758E'

red 252 ◦ green 117 ◦ blue 142

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

Shades of Carissma #FC758E

Tints of Carissma #FC758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.9%

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

R = 49.32%
G = 22.9%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC758E (or 0xFC758E) is known color: Carissma. HEX triplet: FC, 75 and 8E. RGB value is (252,117,142). Sum of RGB (Red+Green+Blue) = 252+117+142=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC758E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC758E is #038A71. Grayscale: #A0A0A0. Windows color (decimal): -232050 or 9336316. OLE color: 9336316.

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

Color convert

RGB 252 117 142 -
CMYK 0 0.54 0.44 0.01
HSL 348.89º 0.96% 0.72% -
HSV(B) 348.89º 0.54% 0.99% -
XYZ 51.39 35.37 29.71 -
YUV 160.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 252 117 142 0 0.54 0.44 0.01 348.89 0.96 0.72
Hex FC 75 8E 0 36 2C 1 15D 60 48
Octal 374 165 216 0 66 54 1 535 140 110
Binary 11111100 1110101 10001110 0 110110 101100 1 101011101 1100000 1001000

Color Harmonies of #FC758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC758E

Black with #FC758E

Text Example


Text Example

White with #FC758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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