Html Css Color HEX #F04FB8 Brilliant Rose

📋 copy color: '#F04FB8'

red 240 ◦ green 79 ◦ blue 184

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

Shades of Brilliant Rose #F04FB8

Tints of Brilliant Rose #F04FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.58%

R = 47.71%
G = 15.71%
B = 36.58%

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

#F04FB8 (or 0xF04FB8) is known color: Brilliant Rose. HEX triplet: F0, 4F and B8. RGB value is (240,79,184). Sum of RGB (Red+Green+Blue) = 240+79+184=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FB8 is #0FB047. Grayscale: #8A8A8A. Windows color (decimal): -1028168 or 12079088. OLE color: 12079088.

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

Color convert

RGB 240 79 184 -
CMYK 0 0.67 0.23 0.06
HSL 320.87º 0.84% 0.63% -
HSV(B) 320.87º 0.67% 0.94% -
XYZ 47.38 27.58 48.17 -
YUV 139.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 240 79 184 0 0.67 0.23 0.06 320.87 0.84 0.63
Hex F0 4F B8 0 43 17 6 141 54 3F
Octal 360 117 270 0 103 27 6 501 124 77
Binary 11110000 1001111 10111000 0 1000011 10111 110 101000001 1010100 111111

Color Harmonies of #F04FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FB8

Black with #F04FB8

Text Example


Text Example

White with #F04FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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