Html Css Color HEX #F38185 Carissma

📋 copy color: '#F38185'

red 243 ◦ green 129 ◦ blue 133

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

Shades of Carissma #F38185

Tints of Carissma #F38185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 48.12%
G = 25.54%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F38185 (or 0xF38185) is known color: Carissma. HEX triplet: F3, 81 and 85. RGB value is (243,129,133). Sum of RGB (Red+Green+Blue) = 243+129+133=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F38185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38185 is #0C7E7A. Grayscale: #A3A3A3. Windows color (decimal): -818811 or 8749555. OLE color: 8749555.

HSL color Cylindrical-coordinate representation of color #F38185: hue angle of 357.89º degrees, saturation: 0.83, 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 #F38185 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 129 133 -
CMYK 0 0.47 0.45 0.05
HSL 357.89º 0.83% 0.73% -
HSV(B) 357.89º 0.47% 0.95% -
XYZ 49.05 36.45 26.64 -
YUV 163.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 243 129 133 0 0.47 0.45 0.05 357.89 0.83 0.73
Hex F3 81 85 0 2F 2D 5 166 53 49
Octal 363 201 205 0 57 55 5 546 123 111
Binary 11110011 10000001 10000101 0 101111 101101 101 101100110 1010011 1001001

Color Harmonies of #F38185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38185

Black with #F38185

Text Example


Text Example

White with #F38185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38185; }

 p { color: rgb(243,129,133); }

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

background-color css

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

 a { background-color: rgb(243,129,133); }

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

border-color css

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

 span { border-color: rgb(243,129,133); }

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