Html Css Color HEX #F04AB3 Brilliant Rose

📋 copy color: '#F04AB3'

red 240 ◦ green 74 ◦ blue 179

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

Shades of Brilliant Rose #F04AB3

Tints of Brilliant Rose #F04AB3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.01%

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 48.68%
G = 15.01%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F04AB3 (or 0xF04AB3) is known color: Brilliant Rose. HEX triplet: F0, 4A and B3. RGB value is (240,74,179). Sum of RGB (Red+Green+Blue) = 240+74+179=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04AB3 is #0FB54C. Grayscale: #878787. Windows color (decimal): -1029453 or 11750128. OLE color: 11750128.

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

Color convert

RGB 240 74 179 -
CMYK 0 0.69 0.25 0.06
HSL 322.05º 0.85% 0.62% -
HSV(B) 322.05º 0.69% 0.94% -
XYZ 46.52 26.68 45.35 -
YUV 135.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 240 74 179 0 0.69 0.25 0.06 322.05 0.85 0.62
Hex F0 4A B3 0 45 19 6 142 55 3E
Octal 360 112 263 0 105 31 6 502 125 76
Binary 11110000 1001010 10110011 0 1000101 11001 110 101000010 1010101 111110

Color Harmonies of #F04AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04AB3

Black with #F04AB3

Text Example


Text Example

White with #F04AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04AB3; }

 p { color: rgb(240,74,179); }

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

background-color css

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

 a { background-color: rgb(240,74,179); }

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

border-color css

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

 span { border-color: rgb(240,74,179); }

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