Html Css Color HEX #F38288 Carissma

📋 copy color: '#F38288'

red 243 ◦ green 130 ◦ blue 136

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

Shades of Carissma #F38288

Tints of Carissma #F38288

RGB

 RED value IS 243 (95.31% from 255) = 47.74%

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

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

R = 47.74%
G = 25.54%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F38288 (or 0xF38288) is known color: Carissma. HEX triplet: F3, 82 and 88. RGB value is (243,130,136). Sum of RGB (Red+Green+Blue) = 243+130+136=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F38288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38288 is #0C7D77. Grayscale: #A4A4A4. Windows color (decimal): -818552 or 8946419. OLE color: 8946419.

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

Color convert

RGB 243 130 136 -
CMYK 0 0.47 0.44 0.05
HSL 356.81º 0.82% 0.73% -
HSV(B) 356.81º 0.47% 0.95% -
XYZ 49.39 36.8 27.79 -
YUV 164.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 243 130 136 0 0.47 0.44 0.05 356.81 0.82 0.73
Hex F3 82 88 0 2F 2C 5 165 52 49
Octal 363 202 210 0 57 54 5 545 122 111
Binary 11110011 10000010 10001000 0 101111 101100 101 101100101 1010010 1001001

Color Harmonies of #F38288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38288

Black with #F38288

Text Example


Text Example

White with #F38288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38288; }

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

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

background-color css

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

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

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

border-color css

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

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

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