Html Css Color HEX #FA758E Carissma

📋 copy color: '#FA758E'

red 250 ◦ green 117 ◦ blue 142

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

Shades of Carissma #FA758E

Tints of Carissma #FA758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.99%

 BLUE value IS 142 (55.86% from 255) = 27.9%

R = 49.12%
G = 22.99%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA758E (or 0xFA758E) is known color: Carissma. HEX triplet: FA, 75 and 8E. RGB value is (250,117,142). Sum of RGB (Red+Green+Blue) = 250+117+142=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA758E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA758E is #058A71. Grayscale: #9F9F9F. Windows color (decimal): -363122 or 9336314. OLE color: 9336314.

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

Color convert

RGB 250 117 142 -
CMYK 0 0.53 0.43 0.02
HSL 348.72º 0.93% 0.72% -
HSV(B) 348.72º 0.53% 0.98% -
XYZ 50.67 35 29.68 -
YUV 159.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 250 117 142 0 0.53 0.43 0.02 348.72 0.93 0.72
Hex FA 75 8E 0 35 2B 2 15D 5D 48
Octal 372 165 216 0 65 53 2 535 135 110
Binary 11111010 1110101 10001110 0 110101 101011 10 101011101 1011101 1001000

Color Harmonies of #FA758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA758E

Black with #FA758E

Text Example


Text Example

White with #FA758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA758E; }

 p { color: rgb(250,117,142); }

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

background-color css

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

 a { background-color: rgb(250,117,142); }

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

border-color css

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

 span { border-color: rgb(250,117,142); }

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