Html Css Color HEX #FE7A8A Carissma

📋 copy color: '#FE7A8A'

red 254 ◦ green 122 ◦ blue 138

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

Shades of Carissma #FE7A8A

Tints of Carissma #FE7A8A

RGB

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

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

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

R = 49.42%
G = 23.74%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE7A8A (or 0xFE7A8A) is known color: Carissma. HEX triplet: FE, 7A and 8A. RGB value is (254,122,138). Sum of RGB (Red+Green+Blue) = 254+122+138=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7A8A is #018575. Grayscale: #A3A3A3. Windows color (decimal): -99702 or 9075454. OLE color: 9075454.

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

Color convert

RGB 254 122 138 -
CMYK 0 0.52 0.46 0.00
HSL 352.73º 0.99% 0.74% -
HSV(B) 352.73º 0.52% 1% -
XYZ 52.42 36.82 28.39 -
YUV 163.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 254 122 138 0 0.52 0.46 0.00 352.73 0.99 0.74
Hex FE 7A 8A 0 34 2E 0 161 63 4A
Octal 376 172 212 0 64 56 0 541 143 112
Binary 11111110 1111010 10001010 0 110100 101110 0 101100001 1100011 1001010

Color Harmonies of #FE7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7A8A

Black with #FE7A8A

Text Example


Text Example

White with #FE7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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