Html Css Color HEX #F08298 Carissma

📋 copy color: '#F08298'

red 240 ◦ green 130 ◦ blue 152

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

Shades of Carissma #F08298

Tints of Carissma #F08298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.12%

R = 45.98%
G = 24.9%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F08298 (or 0xF08298) is known color: Carissma. HEX triplet: F0, 82 and 98. RGB value is (240,130,152). Sum of RGB (Red+Green+Blue) = 240+130+152=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F08298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08298 is #0F7D67. Grayscale: #A5A5A5. Windows color (decimal): -1015144 or 9994992. OLE color: 9994992.

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

Color convert

RGB 240 130 152 -
CMYK 0 0.46 0.37 0.06
HSL 348º 0.79% 0.73% -
HSV(B) 348º 0.46% 0.94% -
XYZ 49.59 36.76 34.19 -
YUV 165.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 240 130 152 0 0.46 0.37 0.06 348 0.79 0.73
Hex F0 82 98 0 2E 25 6 15C 4F 49
Octal 360 202 230 0 56 45 6 534 117 111
Binary 11110000 10000010 10011000 0 101110 100101 110 101011100 1001111 1001001

Color Harmonies of #F08298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08298

Black with #F08298

Text Example


Text Example

White with #F08298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08298; }

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

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

background-color css

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

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

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

border-color css

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

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

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