Html Css Color HEX #FC758F Carissma

📋 copy color: '#FC758F'

red 252 ◦ green 117 ◦ blue 143

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

Shades of Carissma #FC758F

Tints of Carissma #FC758F

RGB

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

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

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

R = 49.22%
G = 22.85%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC758F (or 0xFC758F) is known color: Carissma. HEX triplet: FC, 75 and 8F. RGB value is (252,117,143). Sum of RGB (Red+Green+Blue) = 252+117+143=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC758F is #038A70. Grayscale: #A0A0A0. Windows color (decimal): -232049 or 9401852. OLE color: 9401852.

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

Color convert

RGB 252 117 143 -
CMYK 0 0.54 0.43 0.01
HSL 348.44º 0.96% 0.72% -
HSV(B) 348.44º 0.54% 0.99% -
XYZ 51.46 35.4 30.11 -
YUV 160.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 252 117 143 0 0.54 0.43 0.01 348.44 0.96 0.72
Hex FC 75 8F 0 36 2B 1 15C 60 48
Octal 374 165 217 0 66 53 1 534 140 110
Binary 11111100 1110101 10001111 0 110110 101011 1 101011100 1100000 1001000

Color Harmonies of #FC758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC758F

Black with #FC758F

Text Example


Text Example

White with #FC758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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