Html Css Color HEX #F08283 Carissma

📋 copy color: '#F08283'

red 240 ◦ green 130 ◦ blue 131

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

Shades of Carissma #F08283

Tints of Carissma #F08283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.15%

R = 47.9%
G = 25.95%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08283 (or 0xF08283) is known color: Carissma. HEX triplet: F0, 82 and 83. RGB value is (240,130,131). Sum of RGB (Red+Green+Blue) = 240+130+131=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F08283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08283 is #0F7D7C. Grayscale: #A3A3A3. Windows color (decimal): -1015165 or 8618736. OLE color: 8618736.

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

Color convert

RGB 240 130 131 -
CMYK 0 0.46 0.45 0.06
HSL 359.45º 0.79% 0.73% -
HSV(B) 359.45º 0.46% 0.94% -
XYZ 48.01 36.13 25.92 -
YUV 163 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 240 130 131 0 0.46 0.45 0.06 359.45 0.79 0.73
Hex F0 82 83 0 2E 2D 6 167 4F 49
Octal 360 202 203 0 56 55 6 547 117 111
Binary 11110000 10000010 10000011 0 101110 101101 110 101100111 1001111 1001001

Color Harmonies of #F08283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08283

Black with #F08283

Text Example


Text Example

White with #F08283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08283; }

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

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

background-color css

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

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

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

border-color css

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

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

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