Html Css Color HEX #F750B5 Brilliant Rose

📋 copy color: '#F750B5'

red 247 ◦ green 80 ◦ blue 181

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

Shades of Brilliant Rose #F750B5

Tints of Brilliant Rose #F750B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.63%

R = 48.62%
G = 15.75%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F750B5 (or 0xF750B5) is known color: Brilliant Rose. HEX triplet: F7, 50 and B5. RGB value is (247,80,181). Sum of RGB (Red+Green+Blue) = 247+80+181=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F750B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750B5 is #08AF4A. Grayscale: #8D8D8D. Windows color (decimal): -569163 or 11882743. OLE color: 11882743.

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

Color convert

RGB 247 80 181 -
CMYK 0 0.68 0.27 0.03
HSL 323.71º 0.91% 0.64% -
HSV(B) 323.71º 0.68% 0.97% -
XYZ 49.57 28.85 46.67 -
YUV 141.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 247 80 181 0 0.68 0.27 0.03 323.71 0.91 0.64
Hex F7 50 B5 0 44 1B 3 144 5B 40
Octal 367 120 265 0 104 33 3 504 133 100
Binary 11110111 1010000 10110101 0 1000100 11011 11 101000100 1011011 1000000

Color Harmonies of #F750B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F750B5

Black with #F750B5

Text Example


Text Example

White with #F750B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F750B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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