Html Css Color HEX #FE7B7F Froly

📋 copy color: '#FE7B7F'

red 254 ◦ green 123 ◦ blue 127

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

Shades of Froly #FE7B7F

Tints of Froly #FE7B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.4%

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

R = 50.4%
G = 24.4%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE7B7F (or 0xFE7B7F) is known color: Froly. HEX triplet: FE, 7B and 7F. RGB value is (254,123,127). Sum of RGB (Red+Green+Blue) = 254+123+127=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B7F is #018480. Grayscale: #A2A2A2. Windows color (decimal): -99457 or 8354814. OLE color: 8354814.

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

Color convert

RGB 254 123 127 -
CMYK 0 0.52 0.50 0.00
HSL 358.17º 0.98% 0.74% -
HSV(B) 358.17º 0.52% 1% -
XYZ 51.79 36.77 24.45 -
YUV 162.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 254 123 127 0 0.52 0.50 0.00 358.17 0.98 0.74
Hex FE 7B 7F 0 34 32 0 166 62 4A
Octal 376 173 177 0 64 62 0 546 142 112
Binary 11111110 1111011 1111111 0 110100 110010 0 101100110 1100010 1001010

Color Harmonies of #FE7B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B7F

Black with #FE7B7F

Text Example


Text Example

White with #FE7B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B7F; }

 p { color: rgb(254,123,127); }

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

background-color css

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

 a { background-color: rgb(254,123,127); }

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

border-color css

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

 span { border-color: rgb(254,123,127); }

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