Html Css Color HEX #F18098 Carissma

📋 copy color: '#F18098'

red 241 ◦ green 128 ◦ blue 152

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

Shades of Carissma #F18098

Tints of Carissma #F18098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.17%

R = 46.26%
G = 24.57%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F18098 (or 0xF18098) is known color: Carissma. HEX triplet: F1, 80 and 98. RGB value is (241,128,152). Sum of RGB (Red+Green+Blue) = 241+128+152=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F18098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18098 is #0E7F67. Grayscale: #A4A4A4. Windows color (decimal): -950120 or 9994481. OLE color: 9994481.

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

Color convert

RGB 241 128 152 -
CMYK 0 0.47 0.37 0.05
HSL 347.26º 0.8% 0.72% -
HSV(B) 347.26º 0.47% 0.95% -
XYZ 49.66 36.41 34.12 -
YUV 164.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 241 128 152 0 0.47 0.37 0.05 347.26 0.8 0.72
Hex F1 80 98 0 2F 25 5 15B 50 48
Octal 361 200 230 0 57 45 5 533 120 110
Binary 11110001 10000000 10011000 0 101111 100101 101 101011011 1010000 1001000

Color Harmonies of #F18098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18098

Black with #F18098

Text Example


Text Example

White with #F18098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18098; }

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

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

background-color css

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

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

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

border-color css

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

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

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