Html Css Color HEX #FD7E90 Carissma

📋 copy color: '#FD7E90'

red 253 ◦ green 126 ◦ blue 144

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

Shades of Carissma #FD7E90

Tints of Carissma #FD7E90

RGB

 RED value IS 253 (99.22% from 255) = 48.37%

 GREEN value IS 126 (49.61% from 255) = 24.09%

 BLUE value IS 144 (56.64% from 255) = 27.53%

R = 48.37%
G = 24.09%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD7E90 (or 0xFD7E90) is known color: Carissma. HEX triplet: FD, 7E and 90. RGB value is (253,126,144). Sum of RGB (Red+Green+Blue) = 253+126+144=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7E90 is #02816F. Grayscale: #A6A6A6. Windows color (decimal): -164208 or 9469693. OLE color: 9469693.

HSL color Cylindrical-coordinate representation of color #FD7E90: hue angle of 351.5º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7E90 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 126 144 -
CMYK 0 0.50 0.43 0.01
HSL 351.5º 0.97% 0.74% -
HSV(B) 351.5º 0.5% 0.99% -
XYZ 53 37.82 30.89 -
YUV 166.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 253 126 144 0 0.50 0.43 0.01 351.5 0.97 0.74
Hex FD 7E 90 0 32 2B 1 15F 61 4A
Octal 375 176 220 0 62 53 1 537 141 112
Binary 11111101 1111110 10010000 0 110010 101011 1 101011111 1100001 1001010

Color Harmonies of #FD7E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7E90

Black with #FD7E90

Text Example


Text Example

White with #FD7E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7E90; }

 p { color: rgb(253,126,144); }

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

background-color css

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

 a { background-color: rgb(253,126,144); }

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

border-color css

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

 span { border-color: rgb(253,126,144); }

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