Html Css Color HEX #F08194 Carissma

📋 copy color: '#F08194'

red 240 ◦ green 129 ◦ blue 148

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

Shades of Carissma #F08194

Tints of Carissma #F08194

RGB

 RED value IS 240 (94.14% from 255) = 46.42%

 GREEN value IS 129 (50.78% from 255) = 24.95%

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 46.42%
G = 24.95%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F08194 (or 0xF08194) is known color: Carissma. HEX triplet: F0, 81 and 94. RGB value is (240,129,148). Sum of RGB (Red+Green+Blue) = 240+129+148=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F08194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08194 is #0F7E6B. Grayscale: #A4A4A4. Windows color (decimal): -1015404 or 9732592. OLE color: 9732592.

HSL color Cylindrical-coordinate representation of color #F08194: hue angle of 349.73º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08194 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 148 -
CMYK 0 0.46 0.38 0.06
HSL 349.73º 0.79% 0.72% -
HSV(B) 349.73º 0.46% 0.94% -
XYZ 49.13 36.36 32.45 -
YUV 164.36 118.77 181.96 -
System Red Green Blue C M Y K H S L
Decimal 240 129 148 0 0.46 0.38 0.06 349.73 0.79 0.72
Hex F0 81 94 0 2E 26 6 15E 4F 48
Octal 360 201 224 0 56 46 6 536 117 110
Binary 11110000 10000001 10010100 0 101110 100110 110 101011110 1001111 1001000

Color Harmonies of #F08194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08194

Black with #F08194

Text Example


Text Example

White with #F08194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08194; }

 p { color: rgb(240,129,148); }

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

background-color css

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

 a { background-color: rgb(240,129,148); }

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

border-color css

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

 span { border-color: rgb(240,129,148); }

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