Html Css Color HEX #FD7A7D Froly

📋 copy color: '#FD7A7D'

red 253 ◦ green 122 ◦ blue 125

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

Shades of Froly #FD7A7D

Tints of Froly #FD7A7D

RGB

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

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

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

R = 50.6%
G = 24.4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD7A7D (or 0xFD7A7D) is known color: Froly. HEX triplet: FD, 7A and 7D. RGB value is (253,122,125). Sum of RGB (Red+Green+Blue) = 253+122+125=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A7D is #028582. Grayscale: #A1A1A1. Windows color (decimal): -165251 or 8223485. OLE color: 8223485.

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

Color convert

RGB 253 122 125 -
CMYK 0 0.52 0.51 0.01
HSL 358.63º 0.97% 0.74% -
HSV(B) 358.63º 0.52% 0.99% -
XYZ 51.17 36.28 23.71 -
YUV 161.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 253 122 125 0 0.52 0.51 0.01 358.63 0.97 0.74
Hex FD 7A 7D 0 34 33 1 167 61 4A
Octal 375 172 175 0 64 63 1 547 141 112
Binary 11111101 1111010 1111101 0 110100 110011 1 101100111 1100001 1001010

Color Harmonies of #FD7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A7D

Black with #FD7A7D

Text Example


Text Example

White with #FD7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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