Html Css Color HEX #F754A0 Brilliant Rose

📋 copy color: '#F754A0'

red 247 ◦ green 84 ◦ blue 160

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

Shades of Brilliant Rose #F754A0

Tints of Brilliant Rose #F754A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 50.31%
G = 17.11%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F754A0 (or 0xF754A0) is known color: Brilliant Rose. HEX triplet: F7, 54 and A0. RGB value is (247,84,160). Sum of RGB (Red+Green+Blue) = 247+84+160=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F754A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F754A0 is #08AB5F. Grayscale: #8D8D8D. Windows color (decimal): -568160 or 10507511. OLE color: 10507511.

HSL color Cylindrical-coordinate representation of color #F754A0: hue angle of 332.02º 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 #F754A0 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 84 160 -
CMYK 0 0.66 0.35 0.03
HSL 332.02º 0.91% 0.65% -
HSV(B) 332.02º 0.66% 0.97% -
XYZ 47.87 28.65 36.27 -
YUV 141.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 247 84 160 0 0.66 0.35 0.03 332.02 0.91 0.65
Hex F7 54 A0 0 42 23 3 14C 5B 41
Octal 367 124 240 0 102 43 3 514 133 101
Binary 11110111 1010100 10100000 0 1000010 100011 11 101001100 1011011 1000001

Color Harmonies of #F754A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F754A0

Black with #F754A0

Text Example


Text Example

White with #F754A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F754A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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