Html Css Color HEX #F37394 Carissma

📋 copy color: '#F37394'

red 243 ◦ green 115 ◦ blue 148

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

Shades of Carissma #F37394

Tints of Carissma #F37394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.73%

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

R = 48.02%
G = 22.73%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F37394 (or 0xF37394) is known color: Carissma. HEX triplet: F3, 73 and 94. RGB value is (243,115,148). Sum of RGB (Red+Green+Blue) = 243+115+148=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F37394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37394 is #0C8C6B. Grayscale: #9D9D9D. Windows color (decimal): -822380 or 9729011. OLE color: 9729011.

HSL color Cylindrical-coordinate representation of color #F37394: hue angle of 344.53º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F37394 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 115 148 -
CMYK 0 0.53 0.39 0.05
HSL 344.53º 0.84% 0.7% -
HSV(B) 344.53º 0.53% 0.95% -
XYZ 48.44 33.45 31.92 -
YUV 157.03 122.91 189.32 -
System Red Green Blue C M Y K H S L
Decimal 243 115 148 0 0.53 0.39 0.05 344.53 0.84 0.7
Hex F3 73 94 0 35 27 5 159 54 46
Octal 363 163 224 0 65 47 5 531 124 106
Binary 11110011 1110011 10010100 0 110101 100111 101 101011001 1010100 1000110

Color Harmonies of #F37394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37394

Black with #F37394

Text Example


Text Example

White with #F37394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37394; }

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

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

background-color css

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

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

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

border-color css

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

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

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