Html Css Color HEX #FD7F7D Light Coral

📋 copy color: '#FD7F7D'

red 253 ◦ green 127 ◦ blue 125

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

Shades of Light Coral #FD7F7D

Tints of Light Coral #FD7F7D

RGB

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

 GREEN value IS 127 (50% from 255) = 25.15%

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 50.1%
G = 25.15%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD7F7D (or 0xFD7F7D) is known color: Light Coral. HEX triplet: FD, 7F and 7D. RGB value is (253,127,125). Sum of RGB (Red+Green+Blue) = 253+127+125=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F7D is #028082. Grayscale: #A4A4A4. Windows color (decimal): -163971 or 8224765. OLE color: 8224765.

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

Color convert

RGB 253 127 125 -
CMYK 0 0.50 0.51 0.01
HSL 0.94º 0.97% 0.74% -
HSV(B) 0.94º 0.51% 0.99% -
XYZ 51.8 37.54 23.92 -
YUV 164.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 253 127 125 0 0.50 0.51 0.01 0.94 0.97 0.74
Hex FD 7F 7D 0 32 33 1 1 61 4A
Octal 375 177 175 0 62 63 1 1 141 112
Binary 11111101 1111111 1111101 0 110010 110011 1 1 1100001 1001010

Color Harmonies of #FD7F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F7D

Black with #FD7F7D

Text Example


Text Example

White with #FD7F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F7D; }

 p { color: rgb(253,127,125); }

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

background-color css

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

 a { background-color: rgb(253,127,125); }

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

border-color css

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

 span { border-color: rgb(253,127,125); }

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