Html Css Color HEX #F2818C Carissma

📋 copy color: '#F2818C'

red 242 ◦ green 129 ◦ blue 140

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

Shades of Carissma #F2818C

Tints of Carissma #F2818C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 47.36%
G = 25.24%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2818C (or 0xF2818C) is known color: Carissma. HEX triplet: F2, 81 and 8C. RGB value is (242,129,140). Sum of RGB (Red+Green+Blue) = 242+129+140=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2818C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2818C is #0D7E73. Grayscale: #A4A4A4. Windows color (decimal): -884340 or 9208306. OLE color: 9208306.

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

Color convert

RGB 242 129 140 -
CMYK 0 0.47 0.42 0.05
HSL 354.16º 0.81% 0.73% -
HSV(B) 354.16º 0.47% 0.95% -
XYZ 49.2 36.47 29.26 -
YUV 164.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 242 129 140 0 0.47 0.42 0.05 354.16 0.81 0.73
Hex F2 81 8C 0 2F 2A 5 162 51 49
Octal 362 201 214 0 57 52 5 542 121 111
Binary 11110010 10000001 10001100 0 101111 101010 101 101100010 1010001 1001001

Color Harmonies of #F2818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2818C

Black with #F2818C

Text Example


Text Example

White with #F2818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2818C; }

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

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

background-color css

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

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

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

border-color css

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

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

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