Html Css Color HEX #F750BA Brilliant Rose

📋 copy color: '#F750BA'

red 247 ◦ green 80 ◦ blue 186

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

Shades of Brilliant Rose #F750BA

Tints of Brilliant Rose #F750BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.59%

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 48.15%
G = 15.59%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F750BA (or 0xF750BA) is known color: Brilliant Rose. HEX triplet: F7, 50 and BA. RGB value is (247,80,186). Sum of RGB (Red+Green+Blue) = 247+80+186=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F750BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750BA is #08AF45. Grayscale: #8D8D8D. Windows color (decimal): -569158 or 12210423. OLE color: 12210423.

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

Color convert

RGB 247 80 186 -
CMYK 0 0.68 0.25 0.03
HSL 321.92º 0.91% 0.64% -
HSV(B) 321.92º 0.68% 0.97% -
XYZ 50.09 29.06 49.42 -
YUV 142.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 247 80 186 0 0.68 0.25 0.03 321.92 0.91 0.64
Hex F7 50 BA 0 44 19 3 142 5B 40
Octal 367 120 272 0 104 31 3 502 133 100
Binary 11110111 1010000 10111010 0 1000100 11001 11 101000010 1011011 1000000

Color Harmonies of #F750BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F750BA

Black with #F750BA

Text Example


Text Example

White with #F750BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F750BA; }

 p { color: rgb(247,80,186); }

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

background-color css

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

 a { background-color: rgb(247,80,186); }

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

border-color css

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

 span { border-color: rgb(247,80,186); }

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