Html Css Color HEX #F28191 Carissma

📋 copy color: '#F28191'

red 242 ◦ green 129 ◦ blue 145

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

Shades of Carissma #F28191

Tints of Carissma #F28191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25%

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 46.9%
G = 25%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F28191 (or 0xF28191) is known color: Carissma. HEX triplet: F2, 81 and 91. RGB value is (242,129,145). Sum of RGB (Red+Green+Blue) = 242+129+145=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F28191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28191 is #0D7E6E. Grayscale: #A4A4A4. Windows color (decimal): -884335 or 9535986. OLE color: 9535986.

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

Color convert

RGB 242 129 145 -
CMYK 0 0.47 0.40 0.05
HSL 351.5º 0.81% 0.73% -
HSV(B) 351.5º 0.47% 0.95% -
XYZ 49.58 36.62 31.24 -
YUV 164.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 242 129 145 0 0.47 0.40 0.05 351.5 0.81 0.73
Hex F2 81 91 0 2F 28 5 160 51 49
Octal 362 201 221 0 57 50 5 540 121 111
Binary 11110010 10000001 10010001 0 101111 101000 101 101100000 1010001 1001001

Color Harmonies of #F28191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28191

Black with #F28191

Text Example


Text Example

White with #F28191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28191; }

 p { color: rgb(242,129,145); }

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

background-color css

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

 a { background-color: rgb(242,129,145); }

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

border-color css

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

 span { border-color: rgb(242,129,145); }

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