Html Css Color HEX #F755B5 Brilliant Rose

📋 copy color: '#F755B5'

red 247 ◦ green 85 ◦ blue 181

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

Shades of Brilliant Rose #F755B5

Tints of Brilliant Rose #F755B5

RGB

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

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

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

R = 48.15%
G = 16.57%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F755B5 (or 0xF755B5) is known color: Brilliant Rose. HEX triplet: F7, 55 and B5. RGB value is (247,85,181). Sum of RGB (Red+Green+Blue) = 247+85+181=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F755B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755B5 is #08AA4A. Grayscale: #909090. Windows color (decimal): -567883 or 11884023. OLE color: 11884023.

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

Color convert

RGB 247 85 181 -
CMYK 0 0.66 0.27 0.03
HSL 324.44º 0.91% 0.65% -
HSV(B) 324.44º 0.66% 0.97% -
XYZ 49.95 29.61 46.8 -
YUV 144.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 247 85 181 0 0.66 0.27 0.03 324.44 0.91 0.65
Hex F7 55 B5 0 42 1B 3 144 5B 41
Octal 367 125 265 0 102 33 3 504 133 101
Binary 11110111 1010101 10110101 0 1000010 11011 11 101000100 1011011 1000001

Color Harmonies of #F755B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755B5

Black with #F755B5

Text Example


Text Example

White with #F755B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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