Html Css Color HEX #F08299 Carissma

📋 copy color: '#F08299'

red 240 ◦ green 130 ◦ blue 153

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

Shades of Carissma #F08299

Tints of Carissma #F08299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.25%

R = 45.89%
G = 24.86%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F08299 (or 0xF08299) is known color: Carissma. HEX triplet: F0, 82 and 99. RGB value is (240,130,153). Sum of RGB (Red+Green+Blue) = 240+130+153=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F08299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08299 is #0F7D66. Grayscale: #A5A5A5. Windows color (decimal): -1015143 or 10060528. OLE color: 10060528.

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

Color convert

RGB 240 130 153 -
CMYK 0 0.46 0.36 0.06
HSL 347.45º 0.79% 0.73% -
HSV(B) 347.45º 0.46% 0.94% -
XYZ 49.67 36.79 34.62 -
YUV 165.51 120.94 181.13 -
System Red Green Blue C M Y K H S L
Decimal 240 130 153 0 0.46 0.36 0.06 347.45 0.79 0.73
Hex F0 82 99 0 2E 24 6 15B 4F 49
Octal 360 202 231 0 56 44 6 533 117 111
Binary 11110000 10000010 10011001 0 101110 100100 110 101011011 1001111 1001001

Color Harmonies of #F08299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08299

Black with #F08299

Text Example


Text Example

White with #F08299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08299; }

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

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

background-color css

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

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

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

border-color css

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

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

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