Html Css Color HEX #F8259C Persian Rose

📋 copy color: '#F8259C'

red 248 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #F8259C

Tints of Persian Rose #F8259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.39%

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 56.24%
G = 8.39%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8259C (or 0xF8259C) is known color: Persian Rose. HEX triplet: F8, 25 and 9C. RGB value is (248,37,156). Sum of RGB (Red+Green+Blue) = 248+37+156=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8259C is #07DA63. Grayscale: #717171. Windows color (decimal): -514660 or 10233336. OLE color: 10233336.

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

Color convert

RGB 248 37 156 -
CMYK 0 0.85 0.37 0.03
HSL 326.16º 0.94% 0.56% -
HSV(B) 326.16º 0.85% 0.97% -
XYZ 45.37 23.68 33.63 -
YUV 113.66 151.9 223.82 -
System Red Green Blue C M Y K H S L
Decimal 248 37 156 0 0.85 0.37 0.03 326.16 0.94 0.56
Hex F8 25 9C 0 55 25 3 146 5E 38
Octal 370 45 234 0 125 45 3 506 136 70
Binary 11111000 100101 10011100 0 1010101 100101 11 101000110 1011110 111000

Color Harmonies of #F8259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8259C

Black with #F8259C

Text Example


Text Example

White with #F8259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8259C; }

 p { color: rgb(248,37,156); }

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

background-color css

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

 a { background-color: rgb(248,37,156); }

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

border-color css

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

 span { border-color: rgb(248,37,156); }

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