Html Css Color HEX #F752CA Free Speech Magenta

📋 copy color: '#F752CA'

red 247 ◦ green 82 ◦ blue 202

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

Shades of Free Speech Magenta #F752CA

Tints of Free Speech Magenta #F752CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 46.52%
G = 15.44%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F752CA (or 0xF752CA) is known color: Free Speech Magenta. HEX triplet: F7, 52 and CA. RGB value is (247,82,202). Sum of RGB (Red+Green+Blue) = 247+82+202=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F752CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752CA is #08AD35. Grayscale: #909090. Windows color (decimal): -568630 or 13259511. OLE color: 13259511.

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

Color convert

RGB 247 82 202 -
CMYK 0 0.67 0.18 0.03
HSL 316.36º 0.91% 0.65% -
HSV(B) 316.36º 0.67% 0.97% -
XYZ 52.04 30.07 58.94 -
YUV 145.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 247 82 202 0 0.67 0.18 0.03 316.36 0.91 0.65
Hex F7 52 CA 0 43 12 3 13C 5B 41
Octal 367 122 312 0 103 22 3 474 133 101
Binary 11110111 1010010 11001010 0 1000011 10010 11 100111100 1011011 1000001

Color Harmonies of #F752CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752CA

Black with #F752CA

Text Example


Text Example

White with #F752CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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