Html Css Color HEX #FE7C8A Carissma

📋 copy color: '#FE7C8A'

red 254 ◦ green 124 ◦ blue 138

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

Shades of Carissma #FE7C8A

Tints of Carissma #FE7C8A

RGB

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

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

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

R = 49.22%
G = 24.03%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE7C8A (or 0xFE7C8A) is known color: Carissma. HEX triplet: FE, 7C and 8A. RGB value is (254,124,138). Sum of RGB (Red+Green+Blue) = 254+124+138=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7C8A is #018375. Grayscale: #A4A4A4. Windows color (decimal): -99190 or 9075966. OLE color: 9075966.

HSL color Cylindrical-coordinate representation of color #FE7C8A: hue angle of 353.54º 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 #FE7C8A is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 124 138 -
CMYK 0 0.51 0.46 0.00
HSL 353.54º 0.98% 0.74% -
HSV(B) 353.54º 0.51% 1% -
XYZ 52.67 37.32 28.47 -
YUV 164.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 254 124 138 0 0.51 0.46 0.00 353.54 0.98 0.74
Hex FE 7C 8A 0 33 2E 0 162 62 4A
Octal 376 174 212 0 63 56 0 542 142 112
Binary 11111110 1111100 10001010 0 110011 101110 0 101100010 1100010 1001010

Color Harmonies of #FE7C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7C8A

Black with #FE7C8A

Text Example


Text Example

White with #FE7C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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