Html Css Color HEX #FD7A8B Carissma

📋 copy color: '#FD7A8B'

red 253 ◦ green 122 ◦ blue 139

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

Shades of Carissma #FD7A8B

Tints of Carissma #FD7A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.04%

R = 49.22%
G = 23.74%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD7A8B (or 0xFD7A8B) is known color: Carissma. HEX triplet: FD, 7A and 8B. RGB value is (253,122,139). Sum of RGB (Red+Green+Blue) = 253+122+139=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7A8B is #028574. Grayscale: #A3A3A3. Windows color (decimal): -165237 or 9140989. OLE color: 9140989.

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

Color convert

RGB 253 122 139 -
CMYK 0 0.52 0.45 0.01
HSL 352.21º 0.97% 0.74% -
HSV(B) 352.21º 0.52% 0.99% -
XYZ 52.13 36.67 28.76 -
YUV 163.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 253 122 139 0 0.52 0.45 0.01 352.21 0.97 0.74
Hex FD 7A 8B 0 34 2D 1 160 61 4A
Octal 375 172 213 0 64 55 1 540 141 112
Binary 11111101 1111010 10001011 0 110100 101101 1 101100000 1100001 1001010

Color Harmonies of #FD7A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A8B

Black with #FD7A8B

Text Example


Text Example

White with #FD7A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A8B; }

 p { color: rgb(253,122,139); }

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

background-color css

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

 a { background-color: rgb(253,122,139); }

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

border-color css

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

 span { border-color: rgb(253,122,139); }

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