Html Css Color HEX #F1848B Carissma

📋 copy color: '#F1848B'

red 241 ◦ green 132 ◦ blue 139

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

Shades of Carissma #F1848B

Tints of Carissma #F1848B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 47.07%
G = 25.78%
B = 27.15%

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

#F1848B (or 0xF1848B) is known color: Carissma. HEX triplet: F1, 84 and 8B. RGB value is (241,132,139). Sum of RGB (Red+Green+Blue) = 241+132+139=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1848B is #0E7B74. Grayscale: #A5A5A5. Windows color (decimal): -949109 or 9143537. OLE color: 9143537.

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

Color convert

RGB 241 132 139 -
CMYK 0 0.45 0.42 0.05
HSL 356.15º 0.8% 0.73% -
HSV(B) 356.15º 0.45% 0.95% -
XYZ 49.19 37.07 28.99 -
YUV 165.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 241 132 139 0 0.45 0.42 0.05 356.15 0.8 0.73
Hex F1 84 8B 0 2D 2A 5 164 50 49
Octal 361 204 213 0 55 52 5 544 120 111
Binary 11110001 10000100 10001011 0 101101 101010 101 101100100 1010000 1001001

Color Harmonies of #F1848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1848B

Black with #F1848B

Text Example


Text Example

White with #F1848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1848B; }

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

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

background-color css

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

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

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

border-color css

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

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

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