Html Css Color HEX #F2838B Carissma

📋 copy color: '#F2838B'

red 242 ◦ green 131 ◦ blue 139

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

Shades of Carissma #F2838B

Tints of Carissma #F2838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 47.27%
G = 25.59%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2838B (or 0xF2838B) is known color: Carissma. HEX triplet: F2, 83 and 8B. RGB value is (242,131,139). Sum of RGB (Red+Green+Blue) = 242+131+139=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2838B is #0D7C74. Grayscale: #A5A5A5. Windows color (decimal): -883829 or 9143282. OLE color: 9143282.

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

Color convert

RGB 242 131 139 -
CMYK 0 0.46 0.43 0.05
HSL 355.68º 0.81% 0.73% -
HSV(B) 355.68º 0.46% 0.95% -
XYZ 49.39 36.97 28.96 -
YUV 165.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 242 131 139 0 0.46 0.43 0.05 355.68 0.81 0.73
Hex F2 83 8B 0 2E 2B 5 164 51 49
Octal 362 203 213 0 56 53 5 544 121 111
Binary 11110010 10000011 10001011 0 101110 101011 101 101100100 1010001 1001001

Color Harmonies of #F2838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2838B

Black with #F2838B

Text Example


Text Example

White with #F2838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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