Html Css Color HEX #F28384 Carissma

📋 copy color: '#F28384'

red 242 ◦ green 131 ◦ blue 132

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

Shades of Carissma #F28384

Tints of Carissma #F28384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.14%

R = 47.92%
G = 25.94%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F28384 (or 0xF28384) is known color: Carissma. HEX triplet: F2, 83 and 84. RGB value is (242,131,132). Sum of RGB (Red+Green+Blue) = 242+131+132=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F28384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28384 is #0D7C7B. Grayscale: #A4A4A4. Windows color (decimal): -883836 or 8684530. OLE color: 8684530.

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

Color convert

RGB 242 131 132 -
CMYK 0 0.46 0.45 0.05
HSL 359.46º 0.81% 0.73% -
HSV(B) 359.46º 0.46% 0.95% -
XYZ 48.9 36.78 26.35 -
YUV 164.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 242 131 132 0 0.46 0.45 0.05 359.46 0.81 0.73
Hex F2 83 84 0 2E 2D 5 167 51 49
Octal 362 203 204 0 56 55 5 547 121 111
Binary 11110010 10000011 10000100 0 101110 101101 101 101100111 1010001 1001001

Color Harmonies of #F28384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28384

Black with #F28384

Text Example


Text Example

White with #F28384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28384; }

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

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

background-color css

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

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

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

border-color css

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

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

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