Html Css Color HEX #F755B3 Brilliant Rose

📋 copy color: '#F755B3'

red 247 ◦ green 85 ◦ blue 179

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

Shades of Brilliant Rose #F755B3

Tints of Brilliant Rose #F755B3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.63%

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

R = 48.34%
G = 16.63%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F755B3 (or 0xF755B3) is known color: Brilliant Rose. HEX triplet: F7, 55 and B3. RGB value is (247,85,179). Sum of RGB (Red+Green+Blue) = 247+85+179=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F755B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755B3 is #08AA4C. Grayscale: #8F8F8F. Windows color (decimal): -567885 or 11752951. OLE color: 11752951.

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

Color convert

RGB 247 85 179 -
CMYK 0 0.66 0.28 0.03
HSL 325.19º 0.91% 0.65% -
HSV(B) 325.19º 0.66% 0.97% -
XYZ 49.74 29.53 45.73 -
YUV 144.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 247 85 179 0 0.66 0.28 0.03 325.19 0.91 0.65
Hex F7 55 B3 0 42 1C 3 145 5B 41
Octal 367 125 263 0 102 34 3 505 133 101
Binary 11110111 1010101 10110011 0 1000010 11100 11 101000101 1011011 1000001

Color Harmonies of #F755B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755B3

Black with #F755B3

Text Example


Text Example

White with #F755B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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