Html Css Color HEX #F47C8C Carissma

📋 copy color: '#F47C8C'

red 244 ◦ green 124 ◦ blue 140

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

Shades of Carissma #F47C8C

Tints of Carissma #F47C8C

RGB

 RED value IS 244 (95.7% from 255) = 48.03%

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

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 48.03%
G = 24.41%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F47C8C (or 0xF47C8C) is known color: Carissma. HEX triplet: F4, 7C and 8C. RGB value is (244,124,140). Sum of RGB (Red+Green+Blue) = 244+124+140=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47C8C is #0B8373. Grayscale: #A1A1A1. Windows color (decimal): -754548 or 9207028. OLE color: 9207028.

HSL color Cylindrical-coordinate representation of color #F47C8C: hue angle of 352º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47C8C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 124 140 -
CMYK 0 0.49 0.43 0.04
HSL 352º 0.85% 0.72% -
HSV(B) 352º 0.49% 0.96% -
XYZ 49.25 35.54 29.08 -
YUV 161.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 244 124 140 0 0.49 0.43 0.04 352 0.85 0.72
Hex F4 7C 8C 0 31 2B 4 160 55 48
Octal 364 174 214 0 61 53 4 540 125 110
Binary 11110100 1111100 10001100 0 110001 101011 100 101100000 1010101 1001000

Color Harmonies of #F47C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C8C

Black with #F47C8C

Text Example


Text Example

White with #F47C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C8C; }

 p { color: rgb(244,124,140); }

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

background-color css

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

 a { background-color: rgb(244,124,140); }

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

border-color css

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

 span { border-color: rgb(244,124,140); }

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