Html Css Color HEX #F38291 Carissma

📋 copy color: '#F38291'

red 243 ◦ green 130 ◦ blue 145

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

Shades of Carissma #F38291

Tints of Carissma #F38291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.99%

R = 46.91%
G = 25.1%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F38291 (or 0xF38291) is known color: Carissma. HEX triplet: F3, 82 and 91. RGB value is (243,130,145). Sum of RGB (Red+Green+Blue) = 243+130+145=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F38291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38291 is #0C7D6E. Grayscale: #A5A5A5. Windows color (decimal): -818543 or 9536243. OLE color: 9536243.

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

Color convert

RGB 243 130 145 -
CMYK 0 0.47 0.40 0.05
HSL 352.04º 0.82% 0.73% -
HSV(B) 352.04º 0.47% 0.95% -
XYZ 50.06 37.06 31.3 -
YUV 165.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 243 130 145 0 0.47 0.40 0.05 352.04 0.82 0.73
Hex F3 82 91 0 2F 28 5 160 52 49
Octal 363 202 221 0 57 50 5 540 122 111
Binary 11110011 10000010 10010001 0 101111 101000 101 101100000 1010010 1001001

Color Harmonies of #F38291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38291

Black with #F38291

Text Example


Text Example

White with #F38291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38291; }

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

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

background-color css

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

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

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

border-color css

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

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

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