Html Css Color HEX #F28394 Carissma

📋 copy color: '#F28394'

red 242 ◦ green 131 ◦ blue 148

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

Shades of Carissma #F28394

Tints of Carissma #F28394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.41%

R = 46.45%
G = 25.14%
B = 28.41%

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

#F28394 (or 0xF28394) is known color: Carissma. HEX triplet: F2, 83 and 94. RGB value is (242,131,148). Sum of RGB (Red+Green+Blue) = 242+131+148=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F28394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28394 is #0D7C6B. Grayscale: #A6A6A6. Windows color (decimal): -883820 or 9733106. OLE color: 9733106.

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

Color convert

RGB 242 131 148 -
CMYK 0 0.46 0.39 0.05
HSL 350.81º 0.81% 0.73% -
HSV(B) 350.81º 0.46% 0.95% -
XYZ 50.08 37.25 32.57 -
YUV 166.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 242 131 148 0 0.46 0.39 0.05 350.81 0.81 0.73
Hex F2 83 94 0 2E 27 5 15F 51 49
Octal 362 203 224 0 56 47 5 537 121 111
Binary 11110010 10000011 10010100 0 101110 100111 101 101011111 1010001 1001001

Color Harmonies of #F28394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28394

Black with #F28394

Text Example


Text Example

White with #F28394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28394; }

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

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

background-color css

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

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

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

border-color css

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

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

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