Html Css Color HEX #F2848C Carissma

📋 copy color: '#F2848C'

red 242 ◦ green 132 ◦ blue 140

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

Shades of Carissma #F2848C

Tints of Carissma #F2848C

RGB

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

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

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

R = 47.08%
G = 25.68%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2848C (or 0xF2848C) is known color: Carissma. HEX triplet: F2, 84 and 8C. RGB value is (242,132,140). Sum of RGB (Red+Green+Blue) = 242+132+140=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2848C is #0D7B73. Grayscale: #A5A5A5. Windows color (decimal): -883572 or 9209074. OLE color: 9209074.

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

Color convert

RGB 242 132 140 -
CMYK 0 0.45 0.42 0.05
HSL 355.64º 0.81% 0.73% -
HSV(B) 355.64º 0.45% 0.95% -
XYZ 49.6 37.27 29.39 -
YUV 165.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 242 132 140 0 0.45 0.42 0.05 355.64 0.81 0.73
Hex F2 84 8C 0 2D 2A 5 164 51 49
Octal 362 204 214 0 55 52 5 544 121 111
Binary 11110010 10000100 10001100 0 101101 101010 101 101100100 1010001 1001001

Color Harmonies of #F2848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2848C

Black with #F2848C

Text Example


Text Example

White with #F2848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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