Html Css Color HEX #F83FB1 Persian Rose

📋 copy color: '#F83FB1'

red 248 ◦ green 63 ◦ blue 177

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

Shades of Persian Rose #F83FB1

Tints of Persian Rose #F83FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 12.91%

 BLUE value IS 177 (69.53% from 255) = 36.27%

R = 50.82%
G = 12.91%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F83FB1 (or 0xF83FB1) is known color: Persian Rose. HEX triplet: F8, 3F and B1. RGB value is (248,63,177). Sum of RGB (Red+Green+Blue) = 248+63+177=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83FB1 is #07C04E. Grayscale: #838383. Windows color (decimal): -507983 or 11616248. OLE color: 11616248.

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

Color convert

RGB 248 63 177 -
CMYK 0 0.75 0.29 0.03
HSL 323.03º 0.93% 0.61% -
HSV(B) 323.03º 0.75% 0.97% -
XYZ 48.42 26.69 44.19 -
YUV 131.31 153.79 211.23 -
System Red Green Blue C M Y K H S L
Decimal 248 63 177 0 0.75 0.29 0.03 323.03 0.93 0.61
Hex F8 3F B1 0 4B 1D 3 143 5D 3D
Octal 370 77 261 0 113 35 3 503 135 75
Binary 11111000 111111 10110001 0 1001011 11101 11 101000011 1011101 111101

Color Harmonies of #F83FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83FB1

Black with #F83FB1

Text Example


Text Example

White with #F83FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83FB1; }

 p { color: rgb(248,63,177); }

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

background-color css

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

 a { background-color: rgb(248,63,177); }

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

border-color css

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

 span { border-color: rgb(248,63,177); }

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