Html Css Color HEX #F82FB2 Persian Rose

📋 copy color: '#F82FB2'

red 248 ◦ green 47 ◦ blue 178

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

Shades of Persian Rose #F82FB2

Tints of Persian Rose #F82FB2

RGB

 RED value IS 248 (97.27% from 255) = 52.43%

 GREEN value IS 47 (18.75% from 255) = 9.94%

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 52.43%
G = 9.94%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F82FB2 (or 0xF82FB2) is known color: Persian Rose. HEX triplet: F8, 2F and B2. RGB value is (248,47,178). Sum of RGB (Red+Green+Blue) = 248+47+178=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F82FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82FB2 is #07D04D. Grayscale: #797979. Windows color (decimal): -512078 or 11677688. OLE color: 11677688.

HSL color Cylindrical-coordinate representation of color #F82FB2: hue angle of 320.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82FB2 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 47 178 -
CMYK 0 0.81 0.28 0.03
HSL 320.9º 0.93% 0.58% -
HSV(B) 320.9º 0.81% 0.97% -
XYZ 47.76 25.2 44.47 -
YUV 122.03 159.59 217.85 -
System Red Green Blue C M Y K H S L
Decimal 248 47 178 0 0.81 0.28 0.03 320.9 0.93 0.58
Hex F8 2F B2 0 51 1C 3 141 5D 3A
Octal 370 57 262 0 121 34 3 501 135 72
Binary 11111000 101111 10110010 0 1010001 11100 11 101000001 1011101 111010

Color Harmonies of #F82FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82FB2

Black with #F82FB2

Text Example


Text Example

White with #F82FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82FB2; }

 p { color: rgb(248,47,178); }

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

background-color css

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

 a { background-color: rgb(248,47,178); }

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

border-color css

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

 span { border-color: rgb(248,47,178); }

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