Html Css Color HEX #F751A5 Brilliant Rose

📋 copy color: '#F751A5'

red 247 ◦ green 81 ◦ blue 165

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

Shades of Brilliant Rose #F751A5

Tints of Brilliant Rose #F751A5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.43%

 BLUE value IS 165 (64.84% from 255) = 33.47%

R = 50.1%
G = 16.43%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F751A5 (or 0xF751A5) is known color: Brilliant Rose. HEX triplet: F7, 51 and A5. RGB value is (247,81,165). Sum of RGB (Red+Green+Blue) = 247+81+165=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F751A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F751A5 is #08AE5A. Grayscale: #8C8C8C. Windows color (decimal): -568923 or 10834423. OLE color: 10834423.

HSL color Cylindrical-coordinate representation of color #F751A5: hue angle of 329.64º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751A5 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 81 165 -
CMYK 0 0.67 0.33 0.03
HSL 329.64º 0.91% 0.64% -
HSV(B) 329.64º 0.67% 0.97% -
XYZ 48.09 28.38 38.54 -
YUV 140.21 142 204.17 -
System Red Green Blue C M Y K H S L
Decimal 247 81 165 0 0.67 0.33 0.03 329.64 0.91 0.64
Hex F7 51 A5 0 43 21 3 14A 5B 40
Octal 367 121 245 0 103 41 3 512 133 100
Binary 11110111 1010001 10100101 0 1000011 100001 11 101001010 1011011 1000000

Color Harmonies of #F751A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F751A5

Black with #F751A5

Text Example


Text Example

White with #F751A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F751A5; }

 p { color: rgb(247,81,165); }

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

background-color css

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

 a { background-color: rgb(247,81,165); }

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

border-color css

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

 span { border-color: rgb(247,81,165); }

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