Html Css Color HEX #F04CB7 Brilliant Rose

📋 copy color: '#F04CB7'

red 240 ◦ green 76 ◦ blue 183

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

Shades of Brilliant Rose #F04CB7

Tints of Brilliant Rose #F04CB7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.23%

 BLUE value IS 183 (71.88% from 255) = 36.67%

R = 48.1%
G = 15.23%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F04CB7 (or 0xF04CB7) is known color: Brilliant Rose. HEX triplet: F0, 4C and B7. RGB value is (240,76,183). Sum of RGB (Red+Green+Blue) = 240+76+183=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CB7 is #0FB348. Grayscale: #888888. Windows color (decimal): -1028937 or 12012784. OLE color: 12012784.

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

Color convert

RGB 240 76 183 -
CMYK 0 0.68 0.24 0.06
HSL 320.85º 0.85% 0.62% -
HSV(B) 320.85º 0.68% 0.94% -
XYZ 47.07 27.11 47.55 -
YUV 137.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 240 76 183 0 0.68 0.24 0.06 320.85 0.85 0.62
Hex F0 4C B7 0 44 18 6 141 55 3E
Octal 360 114 267 0 104 30 6 501 125 76
Binary 11110000 1001100 10110111 0 1000100 11000 110 101000001 1010101 111110

Color Harmonies of #F04CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CB7

Black with #F04CB7

Text Example


Text Example

White with #F04CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CB7; }

 p { color: rgb(240,76,183); }

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

background-color css

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

 a { background-color: rgb(240,76,183); }

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

border-color css

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

 span { border-color: rgb(240,76,183); }

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