Html Css Color HEX #F1849B Carissma

📋 copy color: '#F1849B'

red 241 ◦ green 132 ◦ blue 155

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

Shades of Carissma #F1849B

Tints of Carissma #F1849B

RGB

 RED value IS 241 (94.53% from 255) = 45.64%

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

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 45.64%
G = 25%
B = 29.36%

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

#F1849B (or 0xF1849B) is known color: Carissma. HEX triplet: F1, 84 and 9B. RGB value is (241,132,155). Sum of RGB (Red+Green+Blue) = 241+132+155=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1849B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1849B is #0E7B64. Grayscale: #A7A7A7. Windows color (decimal): -949093 or 10192113. OLE color: 10192113.

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

Color convert

RGB 241 132 155 -
CMYK 0 0.45 0.36 0.05
HSL 347.34º 0.8% 0.73% -
HSV(B) 347.34º 0.45% 0.95% -
XYZ 50.44 37.57 35.6 -
YUV 167.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 241 132 155 0 0.45 0.36 0.05 347.34 0.8 0.73
Hex F1 84 9B 0 2D 24 5 15B 50 49
Octal 361 204 233 0 55 44 5 533 120 111
Binary 11110001 10000100 10011011 0 101101 100100 101 101011011 1010000 1001001

Color Harmonies of #F1849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1849B

Black with #F1849B

Text Example


Text Example

White with #F1849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1849B; }

 p { color: rgb(241,132,155); }

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

background-color css

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

 a { background-color: rgb(241,132,155); }

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

border-color css

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

 span { border-color: rgb(241,132,155); }

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