Html Css Color HEX #F755AF Brilliant Rose

📋 copy color: '#F755AF'

red 247 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #F755AF

Tints of Brilliant Rose #F755AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 48.72%
G = 16.77%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F755AF (or 0xF755AF) is known color: Brilliant Rose. HEX triplet: F7, 55 and AF. RGB value is (247,85,175). Sum of RGB (Red+Green+Blue) = 247+85+175=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F755AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F755AF is #08AA50. Grayscale: #8F8F8F. Windows color (decimal): -567889 or 11490807. OLE color: 11490807.

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

Color convert

RGB 247 85 175 -
CMYK 0 0.66 0.29 0.03
HSL 326.67º 0.91% 0.65% -
HSV(B) 326.67º 0.66% 0.97% -
XYZ 49.34 29.37 43.62 -
YUV 143.7 145.67 201.68 -
System Red Green Blue C M Y K H S L
Decimal 247 85 175 0 0.66 0.29 0.03 326.67 0.91 0.65
Hex F7 55 AF 0 42 1D 3 147 5B 41
Octal 367 125 257 0 102 35 3 507 133 101
Binary 11110111 1010101 10101111 0 1000010 11101 11 101000111 1011011 1000001

Color Harmonies of #F755AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755AF

Black with #F755AF

Text Example


Text Example

White with #F755AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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