Html Css Color HEX #F38194 Carissma

📋 copy color: '#F38194'

red 243 ◦ green 129 ◦ blue 148

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

Shades of Carissma #F38194

Tints of Carissma #F38194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 46.73%
G = 24.81%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F38194 (or 0xF38194) is known color: Carissma. HEX triplet: F3, 81 and 94. RGB value is (243,129,148). Sum of RGB (Red+Green+Blue) = 243+129+148=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F38194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38194 is #0C7E6B. Grayscale: #A5A5A5. Windows color (decimal): -818796 or 9732595. OLE color: 9732595.

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

Color convert

RGB 243 129 148 -
CMYK 0 0.47 0.39 0.05
HSL 350º 0.83% 0.73% -
HSV(B) 350º 0.47% 0.95% -
XYZ 50.16 36.89 32.49 -
YUV 165.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 243 129 148 0 0.47 0.39 0.05 350 0.83 0.73
Hex F3 81 94 0 2F 27 5 15E 53 49
Octal 363 201 224 0 57 47 5 536 123 111
Binary 11110011 10000001 10010100 0 101111 100111 101 101011110 1010011 1001001

Color Harmonies of #F38194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38194

Black with #F38194

Text Example


Text Example

White with #F38194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38194; }

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

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

background-color css

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

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

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

border-color css

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

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

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