Html Css Color HEX #F28085 Carissma

📋 copy color: '#F28085'

red 242 ◦ green 128 ◦ blue 133

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

Shades of Carissma #F28085

Tints of Carissma #F28085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.45%

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

R = 48.11%
G = 25.45%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F28085 (or 0xF28085) is known color: Carissma. HEX triplet: F2, 80 and 85. RGB value is (242,128,133). Sum of RGB (Red+Green+Blue) = 242+128+133=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F28085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28085 is #0D7F7A. Grayscale: #A2A2A2. Windows color (decimal): -884603 or 8749298. OLE color: 8749298.

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

Color convert

RGB 242 128 133 -
CMYK 0 0.47 0.45 0.05
HSL 357.37º 0.81% 0.73% -
HSV(B) 357.37º 0.47% 0.95% -
XYZ 48.57 36.01 26.58 -
YUV 162.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 242 128 133 0 0.47 0.45 0.05 357.37 0.81 0.73
Hex F2 80 85 0 2F 2D 5 165 51 49
Octal 362 200 205 0 57 55 5 545 121 111
Binary 11110010 10000000 10000101 0 101111 101101 101 101100101 1010001 1001001

Color Harmonies of #F28085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28085

Black with #F28085

Text Example


Text Example

White with #F28085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28085; }

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

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

background-color css

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

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

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

border-color css

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

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

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