Html Css Color HEX #F28192 Carissma

📋 copy color: '#F28192'

red 242 ◦ green 129 ◦ blue 146

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

Shades of Carissma #F28192

Tints of Carissma #F28192

RGB

 RED value IS 242 (94.92% from 255) = 46.81%

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

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

R = 46.81%
G = 24.95%
B = 28.24%

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

#F28192 (or 0xF28192) is known color: Carissma. HEX triplet: F2, 81 and 92. RGB value is (242,129,146). Sum of RGB (Red+Green+Blue) = 242+129+146=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F28192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28192 is #0D7E6D. Grayscale: #A4A4A4. Windows color (decimal): -884334 or 9601522. OLE color: 9601522.

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

Color convert

RGB 242 129 146 -
CMYK 0 0.47 0.40 0.05
HSL 350.97º 0.81% 0.73% -
HSV(B) 350.97º 0.47% 0.95% -
XYZ 49.66 36.65 31.65 -
YUV 164.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 242 129 146 0 0.47 0.40 0.05 350.97 0.81 0.73
Hex F2 81 92 0 2F 28 5 15F 51 49
Octal 362 201 222 0 57 50 5 537 121 111
Binary 11110010 10000001 10010010 0 101111 101000 101 101011111 1010001 1001001

Color Harmonies of #F28192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28192

Black with #F28192

Text Example


Text Example

White with #F28192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28192; }

 p { color: rgb(242,129,146); }

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

background-color css

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

 a { background-color: rgb(242,129,146); }

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

border-color css

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

 span { border-color: rgb(242,129,146); }

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