Html Css Color HEX #F0707F Froly

📋 copy color: '#F0707F'

red 240 ◦ green 112 ◦ blue 127

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

Shades of Froly #F0707F

Tints of Froly #F0707F

RGB

 RED value IS 240 (94.14% from 255) = 50.1%

 GREEN value IS 112 (44.14% from 255) = 23.38%

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

R = 50.1%
G = 23.38%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0707F (or 0xF0707F) is known color: Froly. HEX triplet: F0, 70 and 7F. RGB value is (240,112,127). Sum of RGB (Red+Green+Blue) = 240+112+127=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0707F is #0F8F80. Grayscale: #989898. Windows color (decimal): -1019777 or 8351984. OLE color: 8351984.

HSL color Cylindrical-coordinate representation of color #F0707F: hue angle of 352.97º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0707F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 127 -
CMYK 0 0.53 0.47 0.06
HSL 352.97º 0.81% 0.69% -
HSV(B) 352.97º 0.53% 0.94% -
XYZ 45.56 31.65 23.79 -
YUV 151.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 240 112 127 0 0.53 0.47 0.06 352.97 0.81 0.69
Hex F0 70 7F 0 35 2F 6 161 51 45
Octal 360 160 177 0 65 57 6 541 121 105
Binary 11110000 1110000 1111111 0 110101 101111 110 101100001 1010001 1000101

Color Harmonies of #F0707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0707F

Black with #F0707F

Text Example


Text Example

White with #F0707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0707F; }

 p { color: rgb(240,112,127); }

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

background-color css

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

 a { background-color: rgb(240,112,127); }

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

border-color css

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

 span { border-color: rgb(240,112,127); }

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