Html Css Color HEX #F08090 Carissma

📋 copy color: '#F08090'

red 240 ◦ green 128 ◦ blue 144

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

Shades of Carissma #F08090

Tints of Carissma #F08090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 46.88%
G = 25%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F08090 (or 0xF08090) is known color: Carissma. HEX triplet: F0, 80 and 90. RGB value is (240,128,144). Sum of RGB (Red+Green+Blue) = 240+128+144=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F08090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08090 is #0F7F6F. Grayscale: #A3A3A3. Windows color (decimal): -1015664 or 9470192. OLE color: 9470192.

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

Color convert

RGB 240 128 144 -
CMYK 0 0.47 0.4 0.06
HSL 351.43º 0.79% 0.72% -
HSV(B) 351.43º 0.47% 0.94% -
XYZ 48.69 35.98 30.76 -
YUV 163.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 240 128 144 0 0.47 0.4 0.06 351.43 0.79 0.72
Hex F0 80 90 0 2F 28 6 15F 4F 48
Octal 360 200 220 0 57 50 6 537 117 110
Binary 11110000 10000000 10010000 0 101111 101000 110 101011111 1001111 1001000

Color Harmonies of #F08090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08090

Black with #F08090

Text Example


Text Example

White with #F08090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08090; }

 p { color: rgb(240,128,144); }

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

background-color css

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

 a { background-color: rgb(240,128,144); }

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

border-color css

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

 span { border-color: rgb(240,128,144); }

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