Html Css Color HEX #F08289 Carissma

📋 copy color: '#F08289'

red 240 ◦ green 130 ◦ blue 137

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

Shades of Carissma #F08289

Tints of Carissma #F08289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.64%

 BLUE value IS 137 (53.91% from 255) = 27.02%

R = 47.34%
G = 25.64%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F08289 (or 0xF08289) is known color: Carissma. HEX triplet: F0, 82 and 89. RGB value is (240,130,137). Sum of RGB (Red+Green+Blue) = 240+130+137=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F08289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08289 is #0F7D76. Grayscale: #A3A3A3. Windows color (decimal): -1015159 or 9011952. OLE color: 9011952.

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

Color convert

RGB 240 130 137 -
CMYK 0 0.46 0.43 0.06
HSL 356.18º 0.79% 0.73% -
HSV(B) 356.18º 0.46% 0.94% -
XYZ 48.43 36.3 28.12 -
YUV 163.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 240 130 137 0 0.46 0.43 0.06 356.18 0.79 0.73
Hex F0 82 89 0 2E 2B 6 164 4F 49
Octal 360 202 211 0 56 53 6 544 117 111
Binary 11110000 10000010 10001001 0 101110 101011 110 101100100 1001111 1001001

Color Harmonies of #F08289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08289

Black with #F08289

Text Example


Text Example

White with #F08289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08289; }

 p { color: rgb(240,130,137); }

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

background-color css

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

 a { background-color: rgb(240,130,137); }

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

border-color css

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

 span { border-color: rgb(240,130,137); }

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