Html Css Color HEX #F28390 Carissma

📋 copy color: '#F28390'

red 242 ◦ green 131 ◦ blue 144

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

Shades of Carissma #F28390

Tints of Carissma #F28390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.85%

R = 46.81%
G = 25.34%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F28390 (or 0xF28390) is known color: Carissma. HEX triplet: F2, 83 and 90. RGB value is (242,131,144). Sum of RGB (Red+Green+Blue) = 242+131+144=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F28390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28390 is #0D7C6F. Grayscale: #A5A5A5. Windows color (decimal): -883824 or 9470962. OLE color: 9470962.

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

Color convert

RGB 242 131 144 -
CMYK 0 0.46 0.40 0.05
HSL 352.97º 0.81% 0.73% -
HSV(B) 352.97º 0.46% 0.95% -
XYZ 49.77 37.12 30.93 -
YUV 165.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 242 131 144 0 0.46 0.40 0.05 352.97 0.81 0.73
Hex F2 83 90 0 2E 28 5 161 51 49
Octal 362 203 220 0 56 50 5 541 121 111
Binary 11110010 10000011 10010000 0 101110 101000 101 101100001 1010001 1001001

Color Harmonies of #F28390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28390

Black with #F28390

Text Example


Text Example

White with #F28390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28390; }

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

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

background-color css

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

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

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

border-color css

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

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

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