Html Css Color HEX #F2838C Carissma

📋 copy color: '#F2838C'

red 242 ◦ green 131 ◦ blue 140

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

Shades of Carissma #F2838C

Tints of Carissma #F2838C

RGB

 RED value IS 242 (94.92% from 255) = 47.17%

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

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

R = 47.17%
G = 25.54%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2838C (or 0xF2838C) is known color: Carissma. HEX triplet: F2, 83 and 8C. RGB value is (242,131,140). Sum of RGB (Red+Green+Blue) = 242+131+140=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2838C is #0D7C73. Grayscale: #A5A5A5. Windows color (decimal): -883828 or 9208818. OLE color: 9208818.

HSL color Cylindrical-coordinate representation of color #F2838C: hue angle of 355.14º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2838C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 131 140 -
CMYK 0 0.46 0.42 0.05
HSL 355.14º 0.81% 0.73% -
HSV(B) 355.14º 0.46% 0.95% -
XYZ 49.47 37 29.35 -
YUV 165.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 242 131 140 0 0.46 0.42 0.05 355.14 0.81 0.73
Hex F2 83 8C 0 2E 2A 5 163 51 49
Octal 362 203 214 0 56 52 5 543 121 111
Binary 11110010 10000011 10001100 0 101110 101010 101 101100011 1010001 1001001

Color Harmonies of #F2838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2838C

Black with #F2838C

Text Example


Text Example

White with #F2838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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