Html Css Color HEX #F2849C Carissma

📋 copy color: '#F2849C'

red 242 ◦ green 132 ◦ blue 156

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

Shades of Carissma #F2849C

Tints of Carissma #F2849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.43%

R = 45.66%
G = 24.91%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2849C (or 0xF2849C) is known color: Carissma. HEX triplet: F2, 84 and 9C. RGB value is (242,132,156). Sum of RGB (Red+Green+Blue) = 242+132+156=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2849C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2849C is #0D7B63. Grayscale: #A7A7A7. Windows color (decimal): -883556 or 10257650. OLE color: 10257650.

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

Color convert

RGB 242 132 156 -
CMYK 0 0.45 0.36 0.05
HSL 346.91º 0.81% 0.73% -
HSV(B) 346.91º 0.45% 0.95% -
XYZ 50.87 37.78 36.06 -
YUV 167.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 242 132 156 0 0.45 0.36 0.05 346.91 0.81 0.73
Hex F2 84 9C 0 2D 24 5 15B 51 49
Octal 362 204 234 0 55 44 5 533 121 111
Binary 11110010 10000100 10011100 0 101101 100100 101 101011011 1010001 1001001

Color Harmonies of #F2849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2849C

Black with #F2849C

Text Example


Text Example

White with #F2849C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2849C; }

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

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

background-color css

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

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

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

border-color css

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

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

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