Html Css Color HEX #F2848F Carissma

📋 copy color: '#F2848F'

red 242 ◦ green 132 ◦ blue 143

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

Shades of Carissma #F2848F

Tints of Carissma #F2848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.53%

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

R = 46.81%
G = 25.53%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2848F (or 0xF2848F) is known color: Carissma. HEX triplet: F2, 84 and 8F. RGB value is (242,132,143). Sum of RGB (Red+Green+Blue) = 242+132+143=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2848F is #0D7B70. Grayscale: #A6A6A6. Windows color (decimal): -883569 or 9405682. OLE color: 9405682.

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

Color convert

RGB 242 132 143 -
CMYK 0 0.45 0.41 0.05
HSL 354º 0.81% 0.73% -
HSV(B) 354º 0.45% 0.95% -
XYZ 49.83 37.36 30.57 -
YUV 166.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 242 132 143 0 0.45 0.41 0.05 354 0.81 0.73
Hex F2 84 8F 0 2D 29 5 162 51 49
Octal 362 204 217 0 55 51 5 542 121 111
Binary 11110010 10000100 10001111 0 101101 101001 101 101100010 1010001 1001001

Color Harmonies of #F2848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2848F

Black with #F2848F

Text Example


Text Example

White with #F2848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2848F; }

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

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

background-color css

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

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

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

border-color css

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

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

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