Html Css Color HEX #F745AB Brilliant Rose

📋 copy color: '#F745AB'

red 247 ◦ green 69 ◦ blue 171

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

Shades of Brilliant Rose #F745AB

Tints of Brilliant Rose #F745AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.11%

R = 50.72%
G = 14.17%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F745AB (or 0xF745AB) is known color: Brilliant Rose. HEX triplet: F7, 45 and AB. RGB value is (247,69,171). Sum of RGB (Red+Green+Blue) = 247+69+171=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 69 (27.34% from 255 or 14.17% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F745AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F745AB is #08BA54. Grayscale: #858585. Windows color (decimal): -571989 or 11224567. OLE color: 11224567.

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

Color convert

RGB 247 69 171 -
CMYK 0 0.72 0.31 0.03
HSL 325.62º 0.92% 0.62% -
HSV(B) 325.62º 0.72% 0.97% -
XYZ 47.84 26.97 41.21 -
YUV 133.85 148.97 208.71 -
System Red Green Blue C M Y K H S L
Decimal 247 69 171 0 0.72 0.31 0.03 325.62 0.92 0.62
Hex F7 45 AB 0 48 1F 3 146 5C 3E
Octal 367 105 253 0 110 37 3 506 134 76
Binary 11110111 1000101 10101011 0 1001000 11111 11 101000110 1011100 111110

Color Harmonies of #F745AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F745AB

Black with #F745AB

Text Example


Text Example

White with #F745AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F745AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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