Html Css Color HEX #F1818C Carissma

📋 copy color: '#F1818C'

red 241 ◦ green 129 ◦ blue 140

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

Shades of Carissma #F1818C

Tints of Carissma #F1818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.29%

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

R = 47.25%
G = 25.29%
B = 27.45%

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

#F1818C (or 0xF1818C) is known color: Carissma. HEX triplet: F1, 81 and 8C. RGB value is (241,129,140). Sum of RGB (Red+Green+Blue) = 241+129+140=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1818C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1818C is #0E7E73. Grayscale: #A3A3A3. Windows color (decimal): -949876 or 9208305. OLE color: 9208305.

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

Color convert

RGB 241 129 140 -
CMYK 0 0.46 0.42 0.05
HSL 354.11º 0.8% 0.73% -
HSV(B) 354.11º 0.46% 0.95% -
XYZ 48.86 36.29 29.24 -
YUV 163.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 241 129 140 0 0.46 0.42 0.05 354.11 0.8 0.73
Hex F1 81 8C 0 2E 2A 5 162 50 49
Octal 361 201 214 0 56 52 5 542 120 111
Binary 11110001 10000001 10001100 0 101110 101010 101 101100010 1010000 1001001

Color Harmonies of #F1818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1818C

Black with #F1818C

Text Example


Text Example

White with #F1818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1818C; }

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

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

background-color css

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

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

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

border-color css

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

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

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