Html Css Color HEX #F752AA Brilliant Rose

📋 copy color: '#F752AA'

red 247 ◦ green 82 ◦ blue 170

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

Shades of Brilliant Rose #F752AA

Tints of Brilliant Rose #F752AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.43%

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

R = 49.5%
G = 16.43%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F752AA (or 0xF752AA) is known color: Brilliant Rose. HEX triplet: F7, 52 and AA. RGB value is (247,82,170). Sum of RGB (Red+Green+Blue) = 247+82+170=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F752AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F752AA is #08AD55. Grayscale: #8D8D8D. Windows color (decimal): -568662 or 11162359. OLE color: 11162359.

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

Color convert

RGB 247 82 170 -
CMYK 0 0.67 0.31 0.03
HSL 328º 0.91% 0.65% -
HSV(B) 328º 0.67% 0.97% -
XYZ 48.63 28.71 41.01 -
YUV 141.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 247 82 170 0 0.67 0.31 0.03 328 0.91 0.65
Hex F7 52 AA 0 43 1F 3 148 5B 41
Octal 367 122 252 0 103 37 3 510 133 101
Binary 11110111 1010010 10101010 0 1000011 11111 11 101001000 1011011 1000001

Color Harmonies of #F752AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752AA

Black with #F752AA

Text Example


Text Example

White with #F752AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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