Html Css Color HEX #F06A7D Froly

📋 copy color: '#F06A7D'

red 240 ◦ green 106 ◦ blue 125

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

Shades of Froly #F06A7D

Tints of Froly #F06A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.51%

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

R = 50.96%
G = 22.51%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F06A7D (or 0xF06A7D) is known color: Froly. HEX triplet: F0, 6A and 7D. RGB value is (240,106,125). Sum of RGB (Red+Green+Blue) = 240+106+125=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06A7D is #0F9582. Grayscale: #949494. Windows color (decimal): -1021315 or 8219376. OLE color: 8219376.

HSL color Cylindrical-coordinate representation of color #F06A7D: hue angle of 351.49º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06A7D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 106 125 -
CMYK 0 0.56 0.48 0.06
HSL 351.49º 0.82% 0.68% -
HSV(B) 351.49º 0.56% 0.94% -
XYZ 44.79 30.31 22.89 -
YUV 148.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 240 106 125 0 0.56 0.48 0.06 351.49 0.82 0.68
Hex F0 6A 7D 0 38 30 6 15F 52 44
Octal 360 152 175 0 70 60 6 537 122 104
Binary 11110000 1101010 1111101 0 111000 110000 110 101011111 1010010 1000100

Color Harmonies of #F06A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A7D

Black with #F06A7D

Text Example


Text Example

White with #F06A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A7D; }

 p { color: rgb(240,106,125); }

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

background-color css

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

 a { background-color: rgb(240,106,125); }

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

border-color css

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

 span { border-color: rgb(240,106,125); }

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