Html Css Color HEX #F554AF Brilliant Rose

📋 copy color: '#F554AF'

red 245 ◦ green 84 ◦ blue 175

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

Shades of Brilliant Rose #F554AF

Tints of Brilliant Rose #F554AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.67%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 48.61%
G = 16.67%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F554AF (or 0xF554AF) is known color: Brilliant Rose. HEX triplet: F5, 54 and AF. RGB value is (245,84,175). Sum of RGB (Red+Green+Blue) = 245+84+175=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F554AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F554AF is #0AAB50. Grayscale: #8E8E8E. Windows color (decimal): -699217 or 11490549. OLE color: 11490549.

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

Color convert

RGB 245 84 175 -
CMYK 0 0.66 0.29 0.04
HSL 326.09º 0.89% 0.65% -
HSV(B) 326.09º 0.66% 0.96% -
XYZ 48.56 28.85 43.57 -
YUV 142.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 245 84 175 0 0.66 0.29 0.04 326.09 0.89 0.65
Hex F5 54 AF 0 42 1D 4 146 59 41
Octal 365 124 257 0 102 35 4 506 131 101
Binary 11110101 1010100 10101111 0 1000010 11101 100 101000110 1011001 1000001

Color Harmonies of #F554AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F554AF

Black with #F554AF

Text Example


Text Example

White with #F554AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F554AF; }

 p { color: rgb(245,84,175); }

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

background-color css

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

 a { background-color: rgb(245,84,175); }

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

border-color css

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

 span { border-color: rgb(245,84,175); }

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