Html Css Color HEX #F18085 Carissma

📋 copy color: '#F18085'

red 241 ◦ green 128 ◦ blue 133

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

Shades of Carissma #F18085

Tints of Carissma #F18085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.49%

R = 48.01%
G = 25.5%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F18085 (or 0xF18085) is known color: Carissma. HEX triplet: F1, 80 and 85. RGB value is (241,128,133). Sum of RGB (Red+Green+Blue) = 241+128+133=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F18085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18085 is #0E7F7A. Grayscale: #A2A2A2. Windows color (decimal): -950139 or 8749297. OLE color: 8749297.

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

Color convert

RGB 241 128 133 -
CMYK 0 0.47 0.45 0.05
HSL 357.35º 0.8% 0.72% -
HSV(B) 357.35º 0.47% 0.95% -
XYZ 48.23 35.83 26.56 -
YUV 162.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 241 128 133 0 0.47 0.45 0.05 357.35 0.8 0.72
Hex F1 80 85 0 2F 2D 5 165 50 48
Octal 361 200 205 0 57 55 5 545 120 110
Binary 11110001 10000000 10000101 0 101111 101101 101 101100101 1010000 1001000

Color Harmonies of #F18085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18085

Black with #F18085

Text Example


Text Example

White with #F18085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18085; }

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

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

background-color css

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

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

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

border-color css

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

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

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