Html Css Color HEX #FD7C7F Froly

📋 copy color: '#FD7C7F'

red 253 ◦ green 124 ◦ blue 127

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

Shades of Froly #FD7C7F

Tints of Froly #FD7C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.2%

R = 50.2%
G = 24.6%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD7C7F (or 0xFD7C7F) is known color: Froly. HEX triplet: FD, 7C and 7F. RGB value is (253,124,127). Sum of RGB (Red+Green+Blue) = 253+124+127=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C7F is #028380. Grayscale: #A3A3A3. Windows color (decimal): -164737 or 8355069. OLE color: 8355069.

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

Color convert

RGB 253 124 127 -
CMYK 0 0.51 0.50 0.01
HSL 358.6º 0.97% 0.74% -
HSV(B) 358.6º 0.51% 0.99% -
XYZ 51.55 36.83 24.47 -
YUV 162.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 253 124 127 0 0.51 0.50 0.01 358.6 0.97 0.74
Hex FD 7C 7F 0 33 32 1 167 61 4A
Octal 375 174 177 0 63 62 1 547 141 112
Binary 11111101 1111100 1111111 0 110011 110010 1 101100111 1100001 1001010

Color Harmonies of #FD7C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C7F

Black with #FD7C7F

Text Example


Text Example

White with #FD7C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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