Html Css Color HEX #FD7A7B Froly

📋 copy color: '#FD7A7B'

red 253 ◦ green 122 ◦ blue 123

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

Shades of Froly #FD7A7B

Tints of Froly #FD7A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.7%

R = 50.8%
G = 24.5%
B = 24.7%

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

#FD7A7B (or 0xFD7A7B) is known color: Froly. HEX triplet: FD, 7A and 7B. RGB value is (253,122,123). Sum of RGB (Red+Green+Blue) = 253+122+123=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A7B is #028584. Grayscale: #A1A1A1. Windows color (decimal): -165253 or 8092413. OLE color: 8092413.

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

Color convert

RGB 253 122 123 -
CMYK 0 0.52 0.51 0.01
HSL 359.54º 0.97% 0.74% -
HSV(B) 359.54º 0.52% 0.99% -
XYZ 51.04 36.23 23.04 -
YUV 161.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 253 122 123 0 0.52 0.51 0.01 359.54 0.97 0.74
Hex FD 7A 7B 0 34 33 1 168 61 4A
Octal 375 172 173 0 64 63 1 550 141 112
Binary 11111101 1111010 1111011 0 110100 110011 1 101101000 1100001 1001010

Color Harmonies of #FD7A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A7B

Black with #FD7A7B

Text Example


Text Example

White with #FD7A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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