Html Css Color HEX #F745B0 Brilliant Rose

📋 copy color: '#F745B0'

red 247 ◦ green 69 ◦ blue 176

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

Shades of Brilliant Rose #F745B0

Tints of Brilliant Rose #F745B0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.02%

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

R = 50.2%
G = 14.02%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F745B0 (or 0xF745B0) is known color: Brilliant Rose. HEX triplet: F7, 45 and B0. RGB value is (247,69,176). Sum of RGB (Red+Green+Blue) = 247+69+176=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F745B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F745B0 is #08BA4F. Grayscale: #868686. Windows color (decimal): -571984 or 11552247. OLE color: 11552247.

HSL color Cylindrical-coordinate representation of color #F745B0: hue angle of 323.93º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F745B0 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 69 176 -
CMYK 0 0.72 0.29 0.03
HSL 323.93º 0.92% 0.62% -
HSV(B) 323.93º 0.72% 0.97% -
XYZ 48.32 27.16 43.77 -
YUV 134.42 151.47 208.3 -
System Red Green Blue C M Y K H S L
Decimal 247 69 176 0 0.72 0.29 0.03 323.93 0.92 0.62
Hex F7 45 B0 0 48 1D 3 144 5C 3E
Octal 367 105 260 0 110 35 3 504 134 76
Binary 11110111 1000101 10110000 0 1001000 11101 11 101000100 1011100 111110

Color Harmonies of #F745B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F745B0

Black with #F745B0

Text Example


Text Example

White with #F745B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F745B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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