Html Css Color HEX #F8249B Persian Rose

📋 copy color: '#F8249B'

red 248 ◦ green 36 ◦ blue 155

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

Shades of Persian Rose #F8249B

Tints of Persian Rose #F8249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.2%

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 56.49%
G = 8.2%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8249B (or 0xF8249B) is known color: Persian Rose. HEX triplet: F8, 24 and 9B. RGB value is (248,36,155). Sum of RGB (Red+Green+Blue) = 248+36+155=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8249B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8249B is #07DB64. Grayscale: #707070. Windows color (decimal): -514917 or 10167544. OLE color: 10167544.

HSL color Cylindrical-coordinate representation of color #F8249B: hue angle of 326.32º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8249B is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 36 155 -
CMYK 0 0.85 0.38 0.03
HSL 326.32º 0.94% 0.56% -
HSV(B) 326.32º 0.85% 0.97% -
XYZ 45.26 23.58 33.18 -
YUV 112.95 151.74 224.32 -
System Red Green Blue C M Y K H S L
Decimal 248 36 155 0 0.85 0.38 0.03 326.32 0.94 0.56
Hex F8 24 9B 0 55 26 3 146 5E 38
Octal 370 44 233 0 125 46 3 506 136 70
Binary 11111000 100100 10011011 0 1010101 100110 11 101000110 1011110 111000

Color Harmonies of #F8249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8249B

Black with #F8249B

Text Example


Text Example

White with #F8249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8249B; }

 p { color: rgb(248,36,155); }

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

background-color css

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

 a { background-color: rgb(248,36,155); }

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

border-color css

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

 span { border-color: rgb(248,36,155); }

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