Html Css Color HEX #F48288 Carissma

📋 copy color: '#F48288'

red 244 ◦ green 130 ◦ blue 136

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

Shades of Carissma #F48288

Tints of Carissma #F48288

RGB

 RED value IS 244 (95.7% from 255) = 47.84%

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

 BLUE value IS 136 (53.52% from 255) = 26.67%

R = 47.84%
G = 25.49%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F48288 (or 0xF48288) is known color: Carissma. HEX triplet: F4, 82 and 88. RGB value is (244,130,136). Sum of RGB (Red+Green+Blue) = 244+130+136=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F48288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48288 is #0B7D77. Grayscale: #A4A4A4. Windows color (decimal): -753016 or 8946420. OLE color: 8946420.

HSL color Cylindrical-coordinate representation of color #F48288: hue angle of 356.84º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F48288 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 130 136 -
CMYK 0 0.47 0.44 0.04
HSL 356.84º 0.84% 0.73% -
HSV(B) 356.84º 0.47% 0.96% -
XYZ 49.73 36.98 27.81 -
YUV 164.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 244 130 136 0 0.47 0.44 0.04 356.84 0.84 0.73
Hex F4 82 88 0 2F 2C 4 165 54 49
Octal 364 202 210 0 57 54 4 545 124 111
Binary 11110100 10000010 10001000 0 101111 101100 100 101100101 1010100 1001001

Color Harmonies of #F48288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48288

Black with #F48288

Text Example


Text Example

White with #F48288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48288; }

 p { color: rgb(244,130,136); }

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

background-color css

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

 a { background-color: rgb(244,130,136); }

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

border-color css

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

 span { border-color: rgb(244,130,136); }

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