Html Css Color HEX #F54FB4 Brilliant Rose

📋 copy color: '#F54FB4'

red 245 ◦ green 79 ◦ blue 180

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

Shades of Brilliant Rose #F54FB4

Tints of Brilliant Rose #F54FB4

RGB

 RED value IS 245 (96.09% from 255) = 48.61%

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

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 48.61%
G = 15.67%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F54FB4 (or 0xF54FB4) is known color: Brilliant Rose. HEX triplet: F5, 4F and B4. RGB value is (245,79,180). Sum of RGB (Red+Green+Blue) = 245+79+180=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F54FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54FB4 is #0AB04B. Grayscale: #8B8B8B. Windows color (decimal): -700492 or 11816949. OLE color: 11816949.

HSL color Cylindrical-coordinate representation of color #F54FB4: hue angle of 323.49º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54FB4 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 79 180 -
CMYK 0 0.68 0.27 0.04
HSL 323.49º 0.89% 0.64% -
HSV(B) 323.49º 0.68% 0.96% -
XYZ 48.69 28.3 46.08 -
YUV 140.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 245 79 180 0 0.68 0.27 0.04 323.49 0.89 0.64
Hex F5 4F B4 0 44 1B 4 143 59 40
Octal 365 117 264 0 104 33 4 503 131 100
Binary 11110101 1001111 10110100 0 1000100 11011 100 101000011 1011001 1000000

Color Harmonies of #F54FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54FB4

Black with #F54FB4

Text Example


Text Example

White with #F54FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54FB4; }

 p { color: rgb(245,79,180); }

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

background-color css

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

 a { background-color: rgb(245,79,180); }

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

border-color css

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

 span { border-color: rgb(245,79,180); }

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