Html Css Color HEX #FD7C8F Carissma

📋 copy color: '#FD7C8F'

red 253 ◦ green 124 ◦ blue 143

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

Shades of Carissma #FD7C8F

Tints of Carissma #FD7C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.5%

R = 48.65%
G = 23.85%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD7C8F (or 0xFD7C8F) is known color: Carissma. HEX triplet: FD, 7C and 8F. RGB value is (253,124,143). Sum of RGB (Red+Green+Blue) = 253+124+143=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7C8F is #028370. Grayscale: #A4A4A4. Windows color (decimal): -164721 or 9403645. OLE color: 9403645.

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

Color convert

RGB 253 124 143 -
CMYK 0 0.51 0.43 0.01
HSL 351.16º 0.97% 0.74% -
HSV(B) 351.16º 0.51% 0.99% -
XYZ 52.67 37.28 30.41 -
YUV 164.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 253 124 143 0 0.51 0.43 0.01 351.16 0.97 0.74
Hex FD 7C 8F 0 33 2B 1 15F 61 4A
Octal 375 174 217 0 63 53 1 537 141 112
Binary 11111101 1111100 10001111 0 110011 101011 1 101011111 1100001 1001010

Color Harmonies of #FD7C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C8F

Black with #FD7C8F

Text Example


Text Example

White with #FD7C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C8F; }

 p { color: rgb(253,124,143); }

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

background-color css

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

 a { background-color: rgb(253,124,143); }

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

border-color css

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

 span { border-color: rgb(253,124,143); }

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