Html Css Color HEX #F28385 Carissma

📋 copy color: '#F28385'

red 242 ◦ green 131 ◦ blue 133

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

Shades of Carissma #F28385

Tints of Carissma #F28385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 47.83%
G = 25.89%
B = 26.28%

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

#F28385 (or 0xF28385) is known color: Carissma. HEX triplet: F2, 83 and 85. RGB value is (242,131,133). Sum of RGB (Red+Green+Blue) = 242+131+133=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F28385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28385 is #0D7C7A. Grayscale: #A4A4A4. Windows color (decimal): -883835 or 8750066. OLE color: 8750066.

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

Color convert

RGB 242 131 133 -
CMYK 0 0.46 0.45 0.05
HSL 358.92º 0.81% 0.73% -
HSV(B) 358.92º 0.46% 0.95% -
XYZ 48.97 36.8 26.71 -
YUV 164.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 242 131 133 0 0.46 0.45 0.05 358.92 0.81 0.73
Hex F2 83 85 0 2E 2D 5 167 51 49
Octal 362 203 205 0 56 55 5 547 121 111
Binary 11110010 10000011 10000101 0 101110 101101 101 101100111 1010001 1001001

Color Harmonies of #F28385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28385

Black with #F28385

Text Example


Text Example

White with #F28385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28385; }

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

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

background-color css

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

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

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

border-color css

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

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

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