Html Css Color HEX #FC7B8D Carissma

📋 copy color: '#FC7B8D'

red 252 ◦ green 123 ◦ blue 141

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

Shades of Carissma #FC7B8D

Tints of Carissma #FC7B8D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.84%

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 48.84%
G = 23.84%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC7B8D (or 0xFC7B8D) is known color: Carissma. HEX triplet: FC, 7B and 8D. RGB value is (252,123,141). Sum of RGB (Red+Green+Blue) = 252+123+141=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7B8D is #038472. Grayscale: #A3A3A3. Windows color (decimal): -230515 or 9272316. OLE color: 9272316.

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

Color convert

RGB 252 123 141 -
CMYK 0 0.51 0.44 0.01
HSL 351.63º 0.96% 0.74% -
HSV(B) 351.63º 0.51% 0.99% -
XYZ 52.04 36.78 29.56 -
YUV 163.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 252 123 141 0 0.51 0.44 0.01 351.63 0.96 0.74
Hex FC 7B 8D 0 33 2C 1 160 60 4A
Octal 374 173 215 0 63 54 1 540 140 112
Binary 11111100 1111011 10001101 0 110011 101100 1 101100000 1100000 1001010

Color Harmonies of #FC7B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B8D

Black with #FC7B8D

Text Example


Text Example

White with #FC7B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B8D; }

 p { color: rgb(252,123,141); }

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

background-color css

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

 a { background-color: rgb(252,123,141); }

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

border-color css

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

 span { border-color: rgb(252,123,141); }

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