Html Css Color HEX #FD7C85 Carissma

📋 copy color: '#FD7C85'

red 253 ◦ green 124 ◦ blue 133

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

Shades of Carissma #FD7C85

Tints of Carissma #FD7C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.08%

R = 49.61%
G = 24.31%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD7C85 (or 0xFD7C85) is known color: Carissma. HEX triplet: FD, 7C and 85. RGB value is (253,124,133). Sum of RGB (Red+Green+Blue) = 253+124+133=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7C85 is #02837A. Grayscale: #A3A3A3. Windows color (decimal): -164731 or 8748285. OLE color: 8748285.

HSL color Cylindrical-coordinate representation of color #FD7C85: hue angle of 355.81º 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 #FD7C85 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 124 133 -
CMYK 0 0.51 0.47 0.01
HSL 355.81º 0.97% 0.74% -
HSV(B) 355.81º 0.51% 0.99% -
XYZ 51.95 36.99 26.59 -
YUV 163.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 253 124 133 0 0.51 0.47 0.01 355.81 0.97 0.74
Hex FD 7C 85 0 33 2F 1 164 61 4A
Octal 375 174 205 0 63 57 1 544 141 112
Binary 11111101 1111100 10000101 0 110011 101111 1 101100100 1100001 1001010

Color Harmonies of #FD7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C85

Black with #FD7C85

Text Example


Text Example

White with #FD7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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