Html Css Color HEX #F2838F Carissma

📋 copy color: '#F2838F'

red 242 ◦ green 131 ◦ blue 143

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

Shades of Carissma #F2838F

Tints of Carissma #F2838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.71%

R = 46.9%
G = 25.39%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2838F (or 0xF2838F) is known color: Carissma. HEX triplet: F2, 83 and 8F. RGB value is (242,131,143). Sum of RGB (Red+Green+Blue) = 242+131+143=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2838F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2838F is #0D7C70. Grayscale: #A5A5A5. Windows color (decimal): -883825 or 9405426. OLE color: 9405426.

HSL color Cylindrical-coordinate representation of color #F2838F: hue angle of 353.51º 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 #F2838F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 131 143 -
CMYK 0 0.46 0.41 0.05
HSL 353.51º 0.81% 0.73% -
HSV(B) 353.51º 0.46% 0.95% -
XYZ 49.69 37.09 30.53 -
YUV 165.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 242 131 143 0 0.46 0.41 0.05 353.51 0.81 0.73
Hex F2 83 8F 0 2E 29 5 162 51 49
Octal 362 203 217 0 56 51 5 542 121 111
Binary 11110010 10000011 10001111 0 101110 101001 101 101100010 1010001 1001001

Color Harmonies of #F2838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2838F

Black with #F2838F

Text Example


Text Example

White with #F2838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2838F; }

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

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

background-color css

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

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

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

border-color css

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

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

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