Html Css Color HEX #F2788A Carissma

📋 copy color: '#F2788A'

red 242 ◦ green 120 ◦ blue 138

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

Shades of Carissma #F2788A

Tints of Carissma #F2788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 48.4%
G = 24%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2788A (or 0xF2788A) is known color: Carissma. HEX triplet: F2, 78 and 8A. RGB value is (242,120,138). Sum of RGB (Red+Green+Blue) = 242+120+138=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2788A is #0D8775. Grayscale: #9E9E9E. Windows color (decimal): -886646 or 9074930. OLE color: 9074930.

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

Color convert

RGB 242 120 138 -
CMYK 0 0.50 0.43 0.05
HSL 351.15º 0.82% 0.71% -
HSV(B) 351.15º 0.5% 0.95% -
XYZ 47.92 34.15 28.11 -
YUV 158.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 242 120 138 0 0.50 0.43 0.05 351.15 0.82 0.71
Hex F2 78 8A 0 32 2B 5 15F 52 47
Octal 362 170 212 0 62 53 5 537 122 107
Binary 11110010 1111000 10001010 0 110010 101011 101 101011111 1010010 1000111

Color Harmonies of #F2788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2788A

Black with #F2788A

Text Example


Text Example

White with #F2788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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