Html Css Color HEX #F1818F Carissma

📋 copy color: '#F1818F'

red 241 ◦ green 129 ◦ blue 143

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

Shades of Carissma #F1818F

Tints of Carissma #F1818F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 46.98%
G = 25.15%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1818F (or 0xF1818F) is known color: Carissma. HEX triplet: F1, 81 and 8F. RGB value is (241,129,143). Sum of RGB (Red+Green+Blue) = 241+129+143=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1818F is #0E7E70. Grayscale: #A4A4A4. Windows color (decimal): -949873 or 9404913. OLE color: 9404913.

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

Color convert

RGB 241 129 143 -
CMYK 0 0.46 0.41 0.05
HSL 352.5º 0.8% 0.73% -
HSV(B) 352.5º 0.46% 0.95% -
XYZ 49.08 36.38 30.42 -
YUV 164.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 241 129 143 0 0.46 0.41 0.05 352.5 0.8 0.73
Hex F1 81 8F 0 2E 29 5 160 50 49
Octal 361 201 217 0 56 51 5 540 120 111
Binary 11110001 10000001 10001111 0 101110 101001 101 101100000 1010000 1001001

Color Harmonies of #F1818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1818F

Black with #F1818F

Text Example


Text Example

White with #F1818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1818F; }

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

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

background-color css

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

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

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

border-color css

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

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

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