Html Css Color HEX #F04681 French Rose

📋 copy color: '#F04681'

red 240 ◦ green 70 ◦ blue 129

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

Shades of French Rose #F04681

Tints of French Rose #F04681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.38%

R = 54.67%
G = 15.95%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F04681 (or 0xF04681) is known color: French Rose. HEX triplet: F0, 46 and 81. RGB value is (240,70,129). Sum of RGB (Red+Green+Blue) = 240+70+129=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F04681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04681 is #0FB97E. Grayscale: #7F7F7F. Windows color (decimal): -1030527 or 8472304. OLE color: 8472304.

HSL color Cylindrical-coordinate representation of color #F04681: hue angle of 339.18º 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 #F04681 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 129 -
CMYK 0 0.71 0.46 0.06
HSL 339.18º 0.85% 0.61% -
HSV(B) 339.18º 0.71% 0.94% -
XYZ 42.09 24.49 23.28 -
YUV 127.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 240 70 129 0 0.71 0.46 0.06 339.18 0.85 0.61
Hex F0 46 81 0 47 2E 6 153 55 3D
Octal 360 106 201 0 107 56 6 523 125 75
Binary 11110000 1000110 10000001 0 1000111 101110 110 101010011 1010101 111101

Color Harmonies of #F04681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04681

Black with #F04681

Text Example


Text Example

White with #F04681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04681; }

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

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

background-color css

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

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

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

border-color css

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

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

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