Html Css Color HEX #F0568D French Rose

📋 copy color: '#F0568D'

red 240 ◦ green 86 ◦ blue 141

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

Shades of French Rose #F0568D

Tints of French Rose #F0568D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.42%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 51.39%
G = 18.42%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0568D (or 0xF0568D) is known color: French Rose. HEX triplet: F0, 56 and 8D. RGB value is (240,86,141). Sum of RGB (Red+Green+Blue) = 240+86+141=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0568D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0568D is #0FA972. Grayscale: #8A8A8A. Windows color (decimal): -1026419 or 9262832. OLE color: 9262832.

HSL color Cylindrical-coordinate representation of color #F0568D: hue angle of 338.57º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0568D is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 141 -
CMYK 0 0.64 0.41 0.06
HSL 338.57º 0.84% 0.64% -
HSV(B) 338.57º 0.64% 0.94% -
XYZ 44.07 27.1 28.11 -
YUV 138.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 240 86 141 0 0.64 0.41 0.06 338.57 0.84 0.64
Hex F0 56 8D 0 40 29 6 153 54 40
Octal 360 126 215 0 100 51 6 523 124 100
Binary 11110000 1010110 10001101 0 1000000 101001 110 101010011 1010100 1000000

Color Harmonies of #F0568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0568D

Black with #F0568D

Text Example


Text Example

White with #F0568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0568D; }

 p { color: rgb(240,86,141); }

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

background-color css

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

 a { background-color: rgb(240,86,141); }

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

border-color css

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

 span { border-color: rgb(240,86,141); }

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