Html Css Color HEX #F38292 Carissma

📋 copy color: '#F38292'

red 243 ◦ green 130 ◦ blue 146

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

Shades of Carissma #F38292

Tints of Carissma #F38292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.13%

R = 46.82%
G = 25.05%
B = 28.13%

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

#F38292 (or 0xF38292) is known color: Carissma. HEX triplet: F3, 82 and 92. RGB value is (243,130,146). Sum of RGB (Red+Green+Blue) = 243+130+146=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F38292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38292 is #0C7D6D. Grayscale: #A5A5A5. Windows color (decimal): -818542 or 9601779. OLE color: 9601779.

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

Color convert

RGB 243 130 146 -
CMYK 0 0.47 0.40 0.05
HSL 351.5º 0.82% 0.73% -
HSV(B) 351.5º 0.47% 0.95% -
XYZ 50.13 37.1 31.71 -
YUV 165.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 243 130 146 0 0.47 0.40 0.05 351.5 0.82 0.73
Hex F3 82 92 0 2F 28 5 160 52 49
Octal 363 202 222 0 57 50 5 540 122 111
Binary 11110011 10000010 10010010 0 101111 101000 101 101100000 1010010 1001001

Color Harmonies of #F38292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38292

Black with #F38292

Text Example


Text Example

White with #F38292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38292; }

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

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

background-color css

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

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

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

border-color css

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

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

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