Html Css Color HEX #F1838B Carissma

📋 copy color: '#F1838B'

red 241 ◦ green 131 ◦ blue 139

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

Shades of Carissma #F1838B

Tints of Carissma #F1838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.64%

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

R = 47.16%
G = 25.64%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1838B (or 0xF1838B) is known color: Carissma. HEX triplet: F1, 83 and 8B. RGB value is (241,131,139). Sum of RGB (Red+Green+Blue) = 241+131+139=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1838B is #0E7C74. Grayscale: #A4A4A4. Windows color (decimal): -949365 or 9143281. OLE color: 9143281.

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

Color convert

RGB 241 131 139 -
CMYK 0 0.46 0.42 0.05
HSL 355.64º 0.8% 0.73% -
HSV(B) 355.64º 0.46% 0.95% -
XYZ 49.05 36.8 28.94 -
YUV 164.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 241 131 139 0 0.46 0.42 0.05 355.64 0.8 0.73
Hex F1 83 8B 0 2E 2A 5 164 50 49
Octal 361 203 213 0 56 52 5 544 120 111
Binary 11110001 10000011 10001011 0 101110 101010 101 101100100 1010000 1001001

Color Harmonies of #F1838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1838B

Black with #F1838B

Text Example


Text Example

White with #F1838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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