Html Css Color HEX #F38190 Carissma

📋 copy color: '#F38190'

red 243 ◦ green 129 ◦ blue 144

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

Shades of Carissma #F38190

Tints of Carissma #F38190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.91%

R = 47.09%
G = 25%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F38190 (or 0xF38190) is known color: Carissma. HEX triplet: F3, 81 and 90. RGB value is (243,129,144). Sum of RGB (Red+Green+Blue) = 243+129+144=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F38190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38190 is #0C7E6F. Grayscale: #A4A4A4. Windows color (decimal): -818800 or 9470451. OLE color: 9470451.

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

Color convert

RGB 243 129 144 -
CMYK 0 0.47 0.41 0.05
HSL 352.11º 0.83% 0.73% -
HSV(B) 352.11º 0.47% 0.95% -
XYZ 49.85 36.77 30.86 -
YUV 164.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 243 129 144 0 0.47 0.41 0.05 352.11 0.83 0.73
Hex F3 81 90 0 2F 29 5 160 53 49
Octal 363 201 220 0 57 51 5 540 123 111
Binary 11110011 10000001 10010000 0 101111 101001 101 101100000 1010011 1001001

Color Harmonies of #F38190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38190

Black with #F38190

Text Example


Text Example

White with #F38190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38190; }

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

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

background-color css

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

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

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

border-color css

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

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

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