Html Css Color HEX #F82FB3 Persian Rose

📋 copy color: '#F82FB3'

red 248 ◦ green 47 ◦ blue 179

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

Shades of Persian Rose #F82FB3

Tints of Persian Rose #F82FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.76%

R = 52.32%
G = 9.92%
B = 37.76%

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

#F82FB3 (or 0xF82FB3) is known color: Persian Rose. HEX triplet: F8, 2F and B3. RGB value is (248,47,179). Sum of RGB (Red+Green+Blue) = 248+47+179=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F82FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82FB3 is #07D04C. Grayscale: #797979. Windows color (decimal): -512077 or 11743224. OLE color: 11743224.

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

Color convert

RGB 248 47 179 -
CMYK 0 0.81 0.28 0.03
HSL 320.6º 0.93% 0.58% -
HSV(B) 320.6º 0.81% 0.97% -
XYZ 47.86 25.24 45 -
YUV 122.15 160.09 217.77 -
System Red Green Blue C M Y K H S L
Decimal 248 47 179 0 0.81 0.28 0.03 320.6 0.93 0.58
Hex F8 2F B3 0 51 1C 3 141 5D 3A
Octal 370 57 263 0 121 34 3 501 135 72
Binary 11111000 101111 10110011 0 1010001 11100 11 101000001 1011101 111010

Color Harmonies of #F82FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82FB3

Black with #F82FB3

Text Example


Text Example

White with #F82FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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