Html Css Color HEX #FE7A7D Froly

📋 copy color: '#FE7A7D'

red 254 ◦ green 122 ◦ blue 125

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

Shades of Froly #FE7A7D

Tints of Froly #FE7A7D

RGB

 RED value IS 254 (99.61% from 255) = 50.7%

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

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

R = 50.7%
G = 24.35%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE7A7D (or 0xFE7A7D) is known color: Froly. HEX triplet: FE, 7A and 7D. RGB value is (254,122,125). Sum of RGB (Red+Green+Blue) = 254+122+125=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A7D is #018582. Grayscale: #A1A1A1. Windows color (decimal): -99715 or 8223486. OLE color: 8223486.

HSL color Cylindrical-coordinate representation of color #FE7A7D: hue angle of 358.64º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7A7D is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 122 125 -
CMYK 0 0.52 0.51 0.00
HSL 358.64º 0.99% 0.74% -
HSV(B) 358.64º 0.52% 1% -
XYZ 51.53 36.47 23.73 -
YUV 161.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 254 122 125 0 0.52 0.51 0.00 358.64 0.99 0.74
Hex FE 7A 7D 0 34 33 0 167 63 4A
Octal 376 172 175 0 64 63 0 547 143 112
Binary 11111110 1111010 1111101 0 110100 110011 0 101100111 1100011 1001010

Color Harmonies of #FE7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7A7D

Black with #FE7A7D

Text Example


Text Example

White with #FE7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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