Html Css Color HEX #F750B3 Brilliant Rose

📋 copy color: '#F750B3'

red 247 ◦ green 80 ◦ blue 179

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

Shades of Brilliant Rose #F750B3

Tints of Brilliant Rose #F750B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.38%

R = 48.81%
G = 15.81%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F750B3 (or 0xF750B3) is known color: Brilliant Rose. HEX triplet: F7, 50 and B3. RGB value is (247,80,179). Sum of RGB (Red+Green+Blue) = 247+80+179=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F750B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750B3 is #08AF4C. Grayscale: #8C8C8C. Windows color (decimal): -569165 or 11751671. OLE color: 11751671.

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

Color convert

RGB 247 80 179 -
CMYK 0 0.68 0.28 0.03
HSL 324.43º 0.91% 0.64% -
HSV(B) 324.43º 0.68% 0.97% -
XYZ 49.36 28.77 45.6 -
YUV 141.22 149.33 203.45 -
System Red Green Blue C M Y K H S L
Decimal 247 80 179 0 0.68 0.28 0.03 324.43 0.91 0.64
Hex F7 50 B3 0 44 1C 3 144 5B 40
Octal 367 120 263 0 104 34 3 504 133 100
Binary 11110111 1010000 10110011 0 1000100 11100 11 101000100 1011011 1000000

Color Harmonies of #F750B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F750B3

Black with #F750B3

Text Example


Text Example

White with #F750B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F750B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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