Html Css Color HEX #F04FB9 Brilliant Rose

📋 copy color: '#F04FB9'

red 240 ◦ green 79 ◦ blue 185

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

Shades of Brilliant Rose #F04FB9

Tints of Brilliant Rose #F04FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 47.62%
G = 15.67%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F04FB9 (or 0xF04FB9) is known color: Brilliant Rose. HEX triplet: F0, 4F and B9. RGB value is (240,79,185). Sum of RGB (Red+Green+Blue) = 240+79+185=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FB9 is #0FB046. Grayscale: #8A8A8A. Windows color (decimal): -1028167 or 12144624. OLE color: 12144624.

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

Color convert

RGB 240 79 185 -
CMYK 0 0.67 0.23 0.06
HSL 320.5º 0.84% 0.63% -
HSV(B) 320.5º 0.67% 0.94% -
XYZ 47.49 27.62 48.73 -
YUV 139.22 153.84 199.88 -
System Red Green Blue C M Y K H S L
Decimal 240 79 185 0 0.67 0.23 0.06 320.5 0.84 0.63
Hex F0 4F B9 0 43 17 6 140 54 3F
Octal 360 117 271 0 103 27 6 500 124 77
Binary 11110000 1001111 10111001 0 1000011 10111 110 101000000 1010100 111111

Color Harmonies of #F04FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FB9

Black with #F04FB9

Text Example


Text Example

White with #F04FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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