Html Css Color HEX #F04FBA Brilliant Rose

📋 copy color: '#F04FBA'

red 240 ◦ green 79 ◦ blue 186

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

Shades of Brilliant Rose #F04FBA

Tints of Brilliant Rose #F04FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 47.52%
G = 15.64%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F04FBA (or 0xF04FBA) is known color: Brilliant Rose. HEX triplet: F0, 4F and BA. RGB value is (240,79,186). Sum of RGB (Red+Green+Blue) = 240+79+186=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FBA is #0FB045. Grayscale: #8B8B8B. Windows color (decimal): -1028166 or 12210160. OLE color: 12210160.

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

Color convert

RGB 240 79 186 -
CMYK 0 0.67 0.22 0.06
HSL 320.12º 0.84% 0.63% -
HSV(B) 320.12º 0.67% 0.94% -
XYZ 47.59 27.66 49.29 -
YUV 139.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 240 79 186 0 0.67 0.22 0.06 320.12 0.84 0.63
Hex F0 4F BA 0 43 16 6 140 54 3F
Octal 360 117 272 0 103 26 6 500 124 77
Binary 11110000 1001111 10111010 0 1000011 10110 110 101000000 1010100 111111

Color Harmonies of #F04FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FBA

Black with #F04FBA

Text Example


Text Example

White with #F04FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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