Html Css Color HEX #F83FB3 Persian Rose

📋 copy color: '#F83FB3'

red 248 ◦ green 63 ◦ blue 179

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

Shades of Persian Rose #F83FB3

Tints of Persian Rose #F83FB3

RGB

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

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

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

R = 50.61%
G = 12.86%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F83FB3 (or 0xF83FB3) is known color: Persian Rose. HEX triplet: F8, 3F and B3. RGB value is (248,63,179). Sum of RGB (Red+Green+Blue) = 248+63+179=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FB3 is #07C04C. Grayscale: #838383. Windows color (decimal): -507981 or 11747320. OLE color: 11747320.

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

Color convert

RGB 248 63 179 -
CMYK 0 0.75 0.28 0.03
HSL 322.38º 0.93% 0.61% -
HSV(B) 322.38º 0.75% 0.97% -
XYZ 48.63 26.77 45.25 -
YUV 131.54 154.79 211.07 -
System Red Green Blue C M Y K H S L
Decimal 248 63 179 0 0.75 0.28 0.03 322.38 0.93 0.61
Hex F8 3F B3 0 4B 1C 3 142 5D 3D
Octal 370 77 263 0 113 34 3 502 135 75
Binary 11111000 111111 10110011 0 1001011 11100 11 101000010 1011101 111101

Color Harmonies of #F83FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83FB3

Black with #F83FB3

Text Example


Text Example

White with #F83FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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