Html Css Color HEX #F46F7D Froly

📋 copy color: '#F46F7D'

red 244 ◦ green 111 ◦ blue 125

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

Shades of Froly #F46F7D

Tints of Froly #F46F7D

RGB

 RED value IS 244 (95.7% from 255) = 50.83%

 GREEN value IS 111 (43.75% from 255) = 23.13%

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

R = 50.83%
G = 23.13%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F46F7D (or 0xF46F7D) is known color: Froly. HEX triplet: F4, 6F and 7D. RGB value is (244,111,125). Sum of RGB (Red+Green+Blue) = 244+111+125=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F46F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46F7D is #0B9082. Grayscale: #989898. Windows color (decimal): -757891 or 8220660. OLE color: 8220660.

HSL color Cylindrical-coordinate representation of color #F46F7D: hue angle of 353.68º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46F7D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 111 125 -
CMYK 0 0.55 0.49 0.04
HSL 353.68º 0.86% 0.7% -
HSV(B) 353.68º 0.55% 0.96% -
XYZ 46.69 32.08 23.13 -
YUV 152.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 244 111 125 0 0.55 0.49 0.04 353.68 0.86 0.7
Hex F4 6F 7D 0 37 31 4 162 56 46
Octal 364 157 175 0 67 61 4 542 126 106
Binary 11110100 1101111 1111101 0 110111 110001 100 101100010 1010110 1000110

Color Harmonies of #F46F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46F7D

Black with #F46F7D

Text Example


Text Example

White with #F46F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46F7D; }

 p { color: rgb(244,111,125); }

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

background-color css

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

 a { background-color: rgb(244,111,125); }

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

border-color css

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

 span { border-color: rgb(244,111,125); }

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