Html Css Color HEX #F754B0 Brilliant Rose

📋 copy color: '#F754B0'

red 247 ◦ green 84 ◦ blue 176

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

Shades of Brilliant Rose #F754B0

Tints of Brilliant Rose #F754B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.71%

R = 48.72%
G = 16.57%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F754B0 (or 0xF754B0) is known color: Brilliant Rose. HEX triplet: F7, 54 and B0. RGB value is (247,84,176). Sum of RGB (Red+Green+Blue) = 247+84+176=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F754B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F754B0 is #08AB4F. Grayscale: #8F8F8F. Windows color (decimal): -568144 or 11556087. OLE color: 11556087.

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

Color convert

RGB 247 84 176 -
CMYK 0 0.66 0.29 0.03
HSL 326.14º 0.91% 0.65% -
HSV(B) 326.14º 0.66% 0.97% -
XYZ 49.36 29.25 44.12 -
YUV 143.23 146.5 202.02 -
System Red Green Blue C M Y K H S L
Decimal 247 84 176 0 0.66 0.29 0.03 326.14 0.91 0.65
Hex F7 54 B0 0 42 1D 3 146 5B 41
Octal 367 124 260 0 102 35 3 506 133 101
Binary 11110111 1010100 10110000 0 1000010 11101 11 101000110 1011011 1000001

Color Harmonies of #F754B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F754B0

Black with #F754B0

Text Example


Text Example

White with #F754B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F754B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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