Html Css Color HEX #F2788C Carissma

📋 copy color: '#F2788C'

red 242 ◦ green 120 ◦ blue 140

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

Shades of Carissma #F2788C

Tints of Carissma #F2788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.9%

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

R = 48.21%
G = 23.9%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2788C (or 0xF2788C) is known color: Carissma. HEX triplet: F2, 78 and 8C. RGB value is (242,120,140). Sum of RGB (Red+Green+Blue) = 242+120+140=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2788C is #0D8773. Grayscale: #9E9E9E. Windows color (decimal): -886644 or 9206002. OLE color: 9206002.

HSL color Cylindrical-coordinate representation of color #F2788C: hue angle of 350.16º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2788C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 120 140 -
CMYK 0 0.50 0.42 0.05
HSL 350.16º 0.82% 0.71% -
HSV(B) 350.16º 0.5% 0.95% -
XYZ 48.07 34.2 28.88 -
YUV 158.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 242 120 140 0 0.50 0.42 0.05 350.16 0.82 0.71
Hex F2 78 8C 0 32 2A 5 15E 52 47
Octal 362 170 214 0 62 52 5 536 122 107
Binary 11110010 1111000 10001100 0 110010 101010 101 101011110 1010010 1000111

Color Harmonies of #F2788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2788C

Black with #F2788C

Text Example


Text Example

White with #F2788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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