Html Css Color HEX #FA768C Carissma

📋 copy color: '#FA768C'

red 250 ◦ green 118 ◦ blue 140

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

Shades of Carissma #FA768C

Tints of Carissma #FA768C

RGB

 RED value IS 250 (98.05% from 255) = 49.21%

 GREEN value IS 118 (46.48% from 255) = 23.23%

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

R = 49.21%
G = 23.23%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA768C (or 0xFA768C) is known color: Carissma. HEX triplet: FA, 76 and 8C. RGB value is (250,118,140). Sum of RGB (Red+Green+Blue) = 250+118+140=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA768C is #058973. Grayscale: #A0A0A0. Windows color (decimal): -362868 or 9205498. OLE color: 9205498.

HSL color Cylindrical-coordinate representation of color #FA768C: hue angle of 350º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA768C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 118 140 -
CMYK 0 0.53 0.44 0.02
HSL 350º 0.93% 0.72% -
HSV(B) 350º 0.53% 0.98% -
XYZ 50.64 35.17 28.93 -
YUV 159.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 250 118 140 0 0.53 0.44 0.02 350 0.93 0.72
Hex FA 76 8C 0 35 2C 2 15E 5D 48
Octal 372 166 214 0 65 54 2 536 135 110
Binary 11111010 1110110 10001100 0 110101 101100 10 101011110 1011101 1001000

Color Harmonies of #FA768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA768C

Black with #FA768C

Text Example


Text Example

White with #FA768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA768C; }

 p { color: rgb(250,118,140); }

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

background-color css

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

 a { background-color: rgb(250,118,140); }

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

border-color css

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

 span { border-color: rgb(250,118,140); }

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