Html Css Color HEX #F754A5 Brilliant Rose

📋 copy color: '#F754A5'

red 247 ◦ green 84 ◦ blue 165

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

Shades of Brilliant Rose #F754A5

Tints of Brilliant Rose #F754A5

RGB

 RED value IS 247 (96.88% from 255) = 49.8%

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

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 49.8%
G = 16.94%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F754A5 (or 0xF754A5) is known color: Brilliant Rose. HEX triplet: F7, 54 and A5. RGB value is (247,84,165). Sum of RGB (Red+Green+Blue) = 247+84+165=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F754A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F754A5 is #08AB5A. Grayscale: #8D8D8D. Windows color (decimal): -568155 or 10835191. OLE color: 10835191.

HSL color Cylindrical-coordinate representation of color #F754A5: hue angle of 330.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754A5 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 84 165 -
CMYK 0 0.66 0.33 0.03
HSL 330.18º 0.91% 0.65% -
HSV(B) 330.18º 0.66% 0.97% -
XYZ 48.32 28.83 38.62 -
YUV 141.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 247 84 165 0 0.66 0.33 0.03 330.18 0.91 0.65
Hex F7 54 A5 0 42 21 3 14A 5B 41
Octal 367 124 245 0 102 41 3 512 133 101
Binary 11110111 1010100 10100101 0 1000010 100001 11 101001010 1011011 1000001

Color Harmonies of #F754A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F754A5

Black with #F754A5

Text Example


Text Example

White with #F754A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F754A5; }

 p { color: rgb(247,84,165); }

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

background-color css

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

 a { background-color: rgb(247,84,165); }

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

border-color css

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

 span { border-color: rgb(247,84,165); }

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