Html Css Color HEX #FE7A8D Carissma

📋 copy color: '#FE7A8D'

red 254 ◦ green 122 ◦ blue 141

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

Shades of Carissma #FE7A8D

Tints of Carissma #FE7A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.6%

 BLUE value IS 141 (55.47% from 255) = 27.27%

R = 49.13%
G = 23.6%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE7A8D (or 0xFE7A8D) is known color: Carissma. HEX triplet: FE, 7A and 8D. RGB value is (254,122,141). Sum of RGB (Red+Green+Blue) = 254+122+141=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7A8D is #018572. Grayscale: #A3A3A3. Windows color (decimal): -99699 or 9272062. OLE color: 9272062.

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

Color convert

RGB 254 122 141 -
CMYK 0 0.52 0.44 0.00
HSL 351.36º 0.99% 0.74% -
HSV(B) 351.36º 0.52% 1% -
XYZ 52.64 36.91 29.55 -
YUV 163.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 254 122 141 0 0.52 0.44 0.00 351.36 0.99 0.74
Hex FE 7A 8D 0 34 2C 0 15F 63 4A
Octal 376 172 215 0 64 54 0 537 143 112
Binary 11111110 1111010 10001101 0 110100 101100 0 101011111 1100011 1001010

Color Harmonies of #FE7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7A8D

Black with #FE7A8D

Text Example


Text Example

White with #FE7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7A8D; }

 p { color: rgb(254,122,141); }

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

background-color css

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

 a { background-color: rgb(254,122,141); }

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

border-color css

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

 span { border-color: rgb(254,122,141); }

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