Html Css Color HEX #F1808D Carissma

📋 copy color: '#F1808D'

red 241 ◦ green 128 ◦ blue 141

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

Shades of Carissma #F1808D

Tints of Carissma #F1808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.1%

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 47.25%
G = 25.1%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1808D (or 0xF1808D) is known color: Carissma. HEX triplet: F1, 80 and 8D. RGB value is (241,128,141). Sum of RGB (Red+Green+Blue) = 241+128+141=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1808D is #0E7F72. Grayscale: #A3A3A3. Windows color (decimal): -950131 or 9273585. OLE color: 9273585.

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

Color convert

RGB 241 128 141 -
CMYK 0 0.47 0.41 0.05
HSL 353.1º 0.8% 0.72% -
HSV(B) 353.1º 0.47% 0.95% -
XYZ 48.8 36.06 29.59 -
YUV 163.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 241 128 141 0 0.47 0.41 0.05 353.1 0.8 0.72
Hex F1 80 8D 0 2F 29 5 161 50 48
Octal 361 200 215 0 57 51 5 541 120 110
Binary 11110001 10000000 10001101 0 101111 101001 101 101100001 1010000 1001000

Color Harmonies of #F1808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1808D

Black with #F1808D

Text Example


Text Example

White with #F1808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1808D; }

 p { color: rgb(241,128,141); }

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

background-color css

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

 a { background-color: rgb(241,128,141); }

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

border-color css

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

 span { border-color: rgb(241,128,141); }

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