Html Css Color HEX #F04F9A Brilliant Rose

📋 copy color: '#F04F9A'

red 240 ◦ green 79 ◦ blue 154

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

Shades of Brilliant Rose #F04F9A

Tints of Brilliant Rose #F04F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 50.74%
G = 16.7%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F04F9A (or 0xF04F9A) is known color: Brilliant Rose. HEX triplet: F0, 4F and 9A. RGB value is (240,79,154). Sum of RGB (Red+Green+Blue) = 240+79+154=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04F9A is #0FB065. Grayscale: #878787. Windows color (decimal): -1028198 or 10113008. OLE color: 10113008.

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

Color convert

RGB 240 79 154 -
CMYK 0 0.67 0.36 0.06
HSL 332.05º 0.84% 0.63% -
HSV(B) 332.05º 0.67% 0.94% -
XYZ 44.56 26.45 33.33 -
YUV 135.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 240 79 154 0 0.67 0.36 0.06 332.05 0.84 0.63
Hex F0 4F 9A 0 43 24 6 14C 54 3F
Octal 360 117 232 0 103 44 6 514 124 77
Binary 11110000 1001111 10011010 0 1000011 100100 110 101001100 1010100 111111

Color Harmonies of #F04F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F9A

Black with #F04F9A

Text Example


Text Example

White with #F04F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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