Html Css Color HEX #F08192 Carissma

📋 copy color: '#F08192'

red 240 ◦ green 129 ◦ blue 146

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

Shades of Carissma #F08192

Tints of Carissma #F08192

RGB

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

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

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

R = 46.6%
G = 25.05%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F08192 (or 0xF08192) is known color: Carissma. HEX triplet: F0, 81 and 92. RGB value is (240,129,146). Sum of RGB (Red+Green+Blue) = 240+129+146=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F08192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08192 is #0F7E6D. Grayscale: #A4A4A4. Windows color (decimal): -1015406 or 9601520. OLE color: 9601520.

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

Color convert

RGB 240 129 146 -
CMYK 0 0.46 0.39 0.06
HSL 350.81º 0.79% 0.72% -
HSV(B) 350.81º 0.46% 0.94% -
XYZ 48.97 36.3 31.62 -
YUV 164.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 240 129 146 0 0.46 0.39 0.06 350.81 0.79 0.72
Hex F0 81 92 0 2E 27 6 15F 4F 48
Octal 360 201 222 0 56 47 6 537 117 110
Binary 11110000 10000001 10010010 0 101110 100111 110 101011111 1001111 1001000

Color Harmonies of #F08192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08192

Black with #F08192

Text Example


Text Example

White with #F08192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08192; }

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

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

background-color css

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

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

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

border-color css

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

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

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