Html Css Color HEX #FE7C8E Carissma

📋 copy color: '#FE7C8E'

red 254 ◦ green 124 ◦ blue 142

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

Shades of Carissma #FE7C8E

Tints of Carissma #FE7C8E

RGB

 RED value IS 254 (99.61% from 255) = 48.85%

 GREEN value IS 124 (48.83% from 255) = 23.85%

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

R = 48.85%
G = 23.85%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE7C8E (or 0xFE7C8E) is known color: Carissma. HEX triplet: FE, 7C and 8E. RGB value is (254,124,142). Sum of RGB (Red+Green+Blue) = 254+124+142=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7C8E is #018371. Grayscale: #A4A4A4. Windows color (decimal): -99186 or 9338110. OLE color: 9338110.

HSL color Cylindrical-coordinate representation of color #FE7C8E: hue angle of 351.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7C8E is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 124 142 -
CMYK 0 0.51 0.44 0.00
HSL 351.69º 0.98% 0.74% -
HSV(B) 351.69º 0.51% 1% -
XYZ 52.96 37.44 30.03 -
YUV 164.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 254 124 142 0 0.51 0.44 0.00 351.69 0.98 0.74
Hex FE 7C 8E 0 33 2C 0 160 62 4A
Octal 376 174 216 0 63 54 0 540 142 112
Binary 11111110 1111100 10001110 0 110011 101100 0 101100000 1100010 1001010

Color Harmonies of #FE7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7C8E

Black with #FE7C8E

Text Example


Text Example

White with #FE7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7C8E; }

 p { color: rgb(254,124,142); }

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

background-color css

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

 a { background-color: rgb(254,124,142); }

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

border-color css

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

 span { border-color: rgb(254,124,142); }

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