Html Css Color HEX #F08183 Carissma

📋 copy color: '#F08183'

red 240 ◦ green 129 ◦ blue 131

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

Shades of Carissma #F08183

Tints of Carissma #F08183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.8%

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

R = 48%
G = 25.8%
B = 26.2%

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

#F08183 (or 0xF08183) is known color: Carissma. HEX triplet: F0, 81 and 83. RGB value is (240,129,131). Sum of RGB (Red+Green+Blue) = 240+129+131=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F08183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08183 is #0F7E7C. Grayscale: #A2A2A2. Windows color (decimal): -1015421 or 8618480. OLE color: 8618480.

HSL color Cylindrical-coordinate representation of color #F08183: hue angle of 358.92º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08183 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 131 -
CMYK 0 0.46 0.45 0.06
HSL 358.92º 0.79% 0.72% -
HSV(B) 358.92º 0.46% 0.94% -
XYZ 47.88 35.86 25.87 -
YUV 162.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 240 129 131 0 0.46 0.45 0.06 358.92 0.79 0.72
Hex F0 81 83 0 2E 2D 6 167 4F 48
Octal 360 201 203 0 56 55 6 547 117 110
Binary 11110000 10000001 10000011 0 101110 101101 110 101100111 1001111 1001000

Color Harmonies of #F08183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08183

Black with #F08183

Text Example


Text Example

White with #F08183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08183; }

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

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

background-color css

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

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

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

border-color css

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

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

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