Html Css Color HEX #F1819B Carissma

📋 copy color: '#F1819B'

red 241 ◦ green 129 ◦ blue 155

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

Shades of Carissma #F1819B

Tints of Carissma #F1819B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 45.9%
G = 24.57%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1819B (or 0xF1819B) is known color: Carissma. HEX triplet: F1, 81 and 9B. RGB value is (241,129,155). Sum of RGB (Red+Green+Blue) = 241+129+155=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1819B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1819B is #0E7E64. Grayscale: #A5A5A5. Windows color (decimal): -949861 or 10191345. OLE color: 10191345.

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

Color convert

RGB 241 129 155 -
CMYK 0 0.46 0.36 0.05
HSL 346.07º 0.8% 0.73% -
HSV(B) 346.07º 0.46% 0.95% -
XYZ 50.04 36.77 35.47 -
YUV 165.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 241 129 155 0 0.46 0.36 0.05 346.07 0.8 0.73
Hex F1 81 9B 0 2E 24 5 15A 50 49
Octal 361 201 233 0 56 44 5 532 120 111
Binary 11110001 10000001 10011011 0 101110 100100 101 101011010 1010000 1001001

Color Harmonies of #F1819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1819B

Black with #F1819B

Text Example


Text Example

White with #F1819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1819B; }

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

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

background-color css

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

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

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

border-color css

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

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

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