Html Css Color HEX #F38295 Carissma

📋 copy color: '#F38295'

red 243 ◦ green 130 ◦ blue 149

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

Shades of Carissma #F38295

Tints of Carissma #F38295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.9%

 BLUE value IS 149 (58.59% from 255) = 28.54%

R = 46.55%
G = 24.9%
B = 28.54%

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

#F38295 (or 0xF38295) is known color: Carissma. HEX triplet: F3, 82 and 95. RGB value is (243,130,149). Sum of RGB (Red+Green+Blue) = 243+130+149=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F38295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38295 is #0C7D6A. Grayscale: #A5A5A5. Windows color (decimal): -818539 or 9798387. OLE color: 9798387.

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

Color convert

RGB 243 130 149 -
CMYK 0 0.47 0.39 0.05
HSL 349.91º 0.82% 0.73% -
HSV(B) 349.91º 0.47% 0.95% -
XYZ 50.37 37.19 32.96 -
YUV 165.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 243 130 149 0 0.47 0.39 0.05 349.91 0.82 0.73
Hex F3 82 95 0 2F 27 5 15E 52 49
Octal 363 202 225 0 57 47 5 536 122 111
Binary 11110011 10000010 10010101 0 101111 100111 101 101011110 1010010 1001001

Color Harmonies of #F38295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38295

Black with #F38295

Text Example


Text Example

White with #F38295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38295; }

 p { color: rgb(243,130,149); }

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

background-color css

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

 a { background-color: rgb(243,130,149); }

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

border-color css

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

 span { border-color: rgb(243,130,149); }

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