Html Css Color HEX #F752AF Brilliant Rose

📋 copy color: '#F752AF'

red 247 ◦ green 82 ◦ blue 175

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

Shades of Brilliant Rose #F752AF

Tints of Brilliant Rose #F752AF

RGB

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

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

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

R = 49.01%
G = 16.27%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F752AF (or 0xF752AF) is known color: Brilliant Rose. HEX triplet: F7, 52 and AF. RGB value is (247,82,175). Sum of RGB (Red+Green+Blue) = 247+82+175=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F752AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F752AF is #08AD50. Grayscale: #8D8D8D. Windows color (decimal): -568657 or 11490039. OLE color: 11490039.

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

Color convert

RGB 247 82 175 -
CMYK 0 0.67 0.29 0.03
HSL 326.18º 0.91% 0.65% -
HSV(B) 326.18º 0.67% 0.97% -
XYZ 49.11 28.9 43.55 -
YUV 141.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 247 82 175 0 0.67 0.29 0.03 326.18 0.91 0.65
Hex F7 52 AF 0 43 1D 3 146 5B 41
Octal 367 122 257 0 103 35 3 506 133 101
Binary 11110111 1010010 10101111 0 1000011 11101 11 101000110 1011011 1000001

Color Harmonies of #F752AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752AF

Black with #F752AF

Text Example


Text Example

White with #F752AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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