Html Css Color HEX #F18088 Carissma

📋 copy color: '#F18088'

red 241 ◦ green 128 ◦ blue 136

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

Shades of Carissma #F18088

Tints of Carissma #F18088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 47.72%
G = 25.35%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F18088 (or 0xF18088) is known color: Carissma. HEX triplet: F1, 80 and 88. RGB value is (241,128,136). Sum of RGB (Red+Green+Blue) = 241+128+136=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F18088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18088 is #0E7F77. Grayscale: #A2A2A2. Windows color (decimal): -950136 or 8945905. OLE color: 8945905.

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

Color convert

RGB 241 128 136 -
CMYK 0 0.47 0.44 0.05
HSL 355.75º 0.8% 0.72% -
HSV(B) 355.75º 0.47% 0.95% -
XYZ 48.44 35.92 27.67 -
YUV 162.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 241 128 136 0 0.47 0.44 0.05 355.75 0.8 0.72
Hex F1 80 88 0 2F 2C 5 164 50 48
Octal 361 200 210 0 57 54 5 544 120 110
Binary 11110001 10000000 10001000 0 101111 101100 101 101100100 1010000 1001000

Color Harmonies of #F18088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18088

Black with #F18088

Text Example


Text Example

White with #F18088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18088; }

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

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

background-color css

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

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

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

border-color css

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

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

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