Html Css Color HEX #F04F8A French Rose

📋 copy color: '#F04F8A'

red 240 ◦ green 79 ◦ blue 138

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

Shades of French Rose #F04F8A

Tints of French Rose #F04F8A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.29%

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 52.52%
G = 17.29%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F04F8A (or 0xF04F8A) is known color: French Rose. HEX triplet: F0, 4F and 8A. RGB value is (240,79,138). Sum of RGB (Red+Green+Blue) = 240+79+138=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04F8A is #0FB075. Grayscale: #858585. Windows color (decimal): -1028214 or 9064432. OLE color: 9064432.

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

Color convert

RGB 240 79 138 -
CMYK 0 0.67 0.42 0.06
HSL 338.01º 0.84% 0.63% -
HSV(B) 338.01º 0.67% 0.94% -
XYZ 43.32 25.95 26.77 -
YUV 133.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 240 79 138 0 0.67 0.42 0.06 338.01 0.84 0.63
Hex F0 4F 8A 0 43 2A 6 152 54 3F
Octal 360 117 212 0 103 52 6 522 124 77
Binary 11110000 1001111 10001010 0 1000011 101010 110 101010010 1010100 111111

Color Harmonies of #F04F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F8A

Black with #F04F8A

Text Example


Text Example

White with #F04F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F8A; }

 p { color: rgb(240,79,138); }

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

background-color css

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

 a { background-color: rgb(240,79,138); }

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

border-color css

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

 span { border-color: rgb(240,79,138); }

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