Html Css Color HEX #F18092 Carissma

📋 copy color: '#F18092'

red 241 ◦ green 128 ◦ blue 146

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

Shades of Carissma #F18092

Tints of Carissma #F18092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.35%

R = 46.8%
G = 24.85%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F18092 (or 0xF18092) is known color: Carissma. HEX triplet: F1, 80 and 92. RGB value is (241,128,146). Sum of RGB (Red+Green+Blue) = 241+128+146=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F18092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18092 is #0E7F6D. Grayscale: #A3A3A3. Windows color (decimal): -950126 or 9601265. OLE color: 9601265.

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

Color convert

RGB 241 128 146 -
CMYK 0 0.47 0.39 0.05
HSL 350.44º 0.8% 0.72% -
HSV(B) 350.44º 0.47% 0.95% -
XYZ 49.18 36.21 31.59 -
YUV 163.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 241 128 146 0 0.47 0.39 0.05 350.44 0.8 0.72
Hex F1 80 92 0 2F 27 5 15E 50 48
Octal 361 200 222 0 57 47 5 536 120 110
Binary 11110001 10000000 10010010 0 101111 100111 101 101011110 1010000 1001000

Color Harmonies of #F18092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18092

Black with #F18092

Text Example


Text Example

White with #F18092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18092; }

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

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

background-color css

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

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

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

border-color css

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

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

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