Html Css Color HEX #F0467D French Rose

📋 copy color: '#F0467D'

red 240 ◦ green 70 ◦ blue 125

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

Shades of French Rose #F0467D

Tints of French Rose #F0467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.09%

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

R = 55.17%
G = 16.09%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0467D (or 0xF0467D) is known color: French Rose. HEX triplet: F0, 46 and 7D. RGB value is (240,70,125). Sum of RGB (Red+Green+Blue) = 240+70+125=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0467D is #0FB982. Grayscale: #7F7F7F. Windows color (decimal): -1030531 or 8210160. OLE color: 8210160.

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

Color convert

RGB 240 70 125 -
CMYK 0 0.71 0.48 0.06
HSL 340.59º 0.85% 0.61% -
HSV(B) 340.59º 0.71% 0.94% -
XYZ 41.83 24.39 21.9 -
YUV 127.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 240 70 125 0 0.71 0.48 0.06 340.59 0.85 0.61
Hex F0 46 7D 0 47 30 6 155 55 3D
Octal 360 106 175 0 107 60 6 525 125 75
Binary 11110000 1000110 1111101 0 1000111 110000 110 101010101 1010101 111101

Color Harmonies of #F0467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0467D

Black with #F0467D

Text Example


Text Example

White with #F0467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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