Html Css Color HEX #F1838C Carissma

📋 copy color: '#F1838C'

red 241 ◦ green 131 ◦ blue 140

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

Shades of Carissma #F1838C

Tints of Carissma #F1838C

RGB

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

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

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

R = 47.07%
G = 25.59%
B = 27.34%

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

#F1838C (or 0xF1838C) is known color: Carissma. HEX triplet: F1, 83 and 8C. RGB value is (241,131,140). Sum of RGB (Red+Green+Blue) = 241+131+140=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1838C is #0E7C73. Grayscale: #A4A4A4. Windows color (decimal): -949364 or 9208817. OLE color: 9208817.

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

Color convert

RGB 241 131 140 -
CMYK 0 0.46 0.42 0.05
HSL 355.09º 0.8% 0.73% -
HSV(B) 355.09º 0.46% 0.95% -
XYZ 49.13 36.83 29.33 -
YUV 164.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 241 131 140 0 0.46 0.42 0.05 355.09 0.8 0.73
Hex F1 83 8C 0 2E 2A 5 163 50 49
Octal 361 203 214 0 56 52 5 543 120 111
Binary 11110001 10000011 10001100 0 101110 101010 101 101100011 1010000 1001001

Color Harmonies of #F1838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1838C

Black with #F1838C

Text Example


Text Example

White with #F1838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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