Html Css Color HEX #F748AA Brilliant Rose

📋 copy color: '#F748AA'

red 247 ◦ green 72 ◦ blue 170

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

Shades of Brilliant Rose #F748AA

Tints of Brilliant Rose #F748AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.72%

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 50.51%
G = 14.72%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F748AA (or 0xF748AA) is known color: Brilliant Rose. HEX triplet: F7, 48 and AA. RGB value is (247,72,170). Sum of RGB (Red+Green+Blue) = 247+72+170=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F748AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F748AA is #08B755. Grayscale: #878787. Windows color (decimal): -571222 or 11159799. OLE color: 11159799.

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

Color convert

RGB 247 72 170 -
CMYK 0 0.71 0.31 0.03
HSL 326.4º 0.92% 0.63% -
HSV(B) 326.4º 0.71% 0.97% -
XYZ 47.93 27.31 40.78 -
YUV 135.5 147.48 207.53 -
System Red Green Blue C M Y K H S L
Decimal 247 72 170 0 0.71 0.31 0.03 326.4 0.92 0.63
Hex F7 48 AA 0 47 1F 3 146 5C 3F
Octal 367 110 252 0 107 37 3 506 134 77
Binary 11110111 1001000 10101010 0 1000111 11111 11 101000110 1011100 111111

Color Harmonies of #F748AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F748AA

Black with #F748AA

Text Example


Text Example

White with #F748AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F748AA; }

 p { color: rgb(247,72,170); }

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

background-color css

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

 a { background-color: rgb(247,72,170); }

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

border-color css

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

 span { border-color: rgb(247,72,170); }

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