Html Css Color HEX #FC7C85 Carissma

📋 copy color: '#FC7C85'

red 252 ◦ green 124 ◦ blue 133

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

Shades of Carissma #FC7C85

Tints of Carissma #FC7C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.36%

 BLUE value IS 133 (52.34% from 255) = 26.13%

R = 49.51%
G = 24.36%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC7C85 (or 0xFC7C85) is known color: Carissma. HEX triplet: FC, 7C and 85. RGB value is (252,124,133). Sum of RGB (Red+Green+Blue) = 252+124+133=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7C85 is #03837A. Grayscale: #A3A3A3. Windows color (decimal): -230267 or 8748284. OLE color: 8748284.

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

Color convert

RGB 252 124 133 -
CMYK 0 0.51 0.47 0.01
HSL 355.78º 0.96% 0.74% -
HSV(B) 355.78º 0.51% 0.99% -
XYZ 51.59 36.8 26.58 -
YUV 163.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 252 124 133 0 0.51 0.47 0.01 355.78 0.96 0.74
Hex FC 7C 85 0 33 2F 1 164 60 4A
Octal 374 174 205 0 63 57 1 544 140 112
Binary 11111100 1111100 10000101 0 110011 101111 1 101100100 1100000 1001010

Color Harmonies of #FC7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C85

Black with #FC7C85

Text Example


Text Example

White with #FC7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C85; }

 p { color: rgb(252,124,133); }

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

background-color css

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

 a { background-color: rgb(252,124,133); }

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

border-color css

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

 span { border-color: rgb(252,124,133); }

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