Html Css Color HEX #F28393 Carissma

📋 copy color: '#F28393'

red 242 ◦ green 131 ◦ blue 147

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

Shades of Carissma #F28393

Tints of Carissma #F28393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.19%

 BLUE value IS 147 (57.81% from 255) = 28.27%

R = 46.54%
G = 25.19%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F28393 (or 0xF28393) is known color: Carissma. HEX triplet: F2, 83 and 93. RGB value is (242,131,147). Sum of RGB (Red+Green+Blue) = 242+131+147=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F28393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28393 is #0D7C6C. Grayscale: #A6A6A6. Windows color (decimal): -883821 or 9667570. OLE color: 9667570.

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

Color convert

RGB 242 131 147 -
CMYK 0 0.46 0.39 0.05
HSL 351.35º 0.81% 0.73% -
HSV(B) 351.35º 0.46% 0.95% -
XYZ 50 37.22 32.15 -
YUV 166.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 242 131 147 0 0.46 0.39 0.05 351.35 0.81 0.73
Hex F2 83 93 0 2E 27 5 15F 51 49
Octal 362 203 223 0 56 47 5 537 121 111
Binary 11110010 10000011 10010011 0 101110 100111 101 101011111 1010001 1001001

Color Harmonies of #F28393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28393

Black with #F28393

Text Example


Text Example

White with #F28393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28393; }

 p { color: rgb(242,131,147); }

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

background-color css

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

 a { background-color: rgb(242,131,147); }

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

border-color css

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

 span { border-color: rgb(242,131,147); }

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