Html Css Color HEX #F755AA Brilliant Rose

📋 copy color: '#F755AA'

red 247 ◦ green 85 ◦ blue 170

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

Shades of Brilliant Rose #F755AA

Tints of Brilliant Rose #F755AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 49.2%
G = 16.93%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F755AA (or 0xF755AA) is known color: Brilliant Rose. HEX triplet: F7, 55 and AA. RGB value is (247,85,170). Sum of RGB (Red+Green+Blue) = 247+85+170=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F755AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F755AA is #08AA55. Grayscale: #8E8E8E. Windows color (decimal): -567894 or 11163127. OLE color: 11163127.

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

Color convert

RGB 247 85 170 -
CMYK 0 0.66 0.31 0.03
HSL 328.52º 0.91% 0.65% -
HSV(B) 328.52º 0.66% 0.97% -
XYZ 48.86 29.17 41.09 -
YUV 143.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 247 85 170 0 0.66 0.31 0.03 328.52 0.91 0.65
Hex F7 55 AA 0 42 1F 3 149 5B 41
Octal 367 125 252 0 102 37 3 511 133 101
Binary 11110111 1010101 10101010 0 1000010 11111 11 101001001 1011011 1000001

Color Harmonies of #F755AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755AA

Black with #F755AA

Text Example


Text Example

White with #F755AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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