Html Css Color HEX #F4838C Carissma

📋 copy color: '#F4838C'

red 244 ◦ green 131 ◦ blue 140

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

Shades of Carissma #F4838C

Tints of Carissma #F4838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.44%

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

R = 47.38%
G = 25.44%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4838C (or 0xF4838C) is known color: Carissma. HEX triplet: F4, 83 and 8C. RGB value is (244,131,140). Sum of RGB (Red+Green+Blue) = 244+131+140=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4838C is #0B7C73. Grayscale: #A5A5A5. Windows color (decimal): -752756 or 9208820. OLE color: 9208820.

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

Color convert

RGB 244 131 140 -
CMYK 0 0.46 0.43 0.04
HSL 355.22º 0.84% 0.74% -
HSV(B) 355.22º 0.46% 0.96% -
XYZ 50.16 37.36 29.38 -
YUV 165.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 244 131 140 0 0.46 0.43 0.04 355.22 0.84 0.74
Hex F4 83 8C 0 2E 2B 4 163 54 4A
Octal 364 203 214 0 56 53 4 543 124 112
Binary 11110100 10000011 10001100 0 101110 101011 100 101100011 1010100 1001010

Color Harmonies of #F4838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4838C

Black with #F4838C

Text Example


Text Example

White with #F4838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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