Html Css Color HEX #F8269F Persian Rose

📋 copy color: '#F8269F'

red 248 ◦ green 38 ◦ blue 159

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

Shades of Persian Rose #F8269F

Tints of Persian Rose #F8269F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.54%

 BLUE value IS 159 (62.5% from 255) = 35.73%

R = 55.73%
G = 8.54%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8269F (or 0xF8269F) is known color: Persian Rose. HEX triplet: F8, 26 and 9F. RGB value is (248,38,159). Sum of RGB (Red+Green+Blue) = 248+38+159=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F8269F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8269F is #07D960. Grayscale: #727272. Windows color (decimal): -514401 or 10430200. OLE color: 10430200.

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

Color convert

RGB 248 38 159 -
CMYK 0 0.85 0.36 0.03
HSL 325.43º 0.94% 0.56% -
HSV(B) 325.43º 0.85% 0.97% -
XYZ 45.66 23.85 35 -
YUV 114.58 153.07 223.16 -
System Red Green Blue C M Y K H S L
Decimal 248 38 159 0 0.85 0.36 0.03 325.43 0.94 0.56
Hex F8 26 9F 0 55 24 3 145 5E 38
Octal 370 46 237 0 125 44 3 505 136 70
Binary 11111000 100110 10011111 0 1010101 100100 11 101000101 1011110 111000

Color Harmonies of #F8269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8269F

Black with #F8269F

Text Example


Text Example

White with #F8269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8269F; }

 p { color: rgb(248,38,159); }

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

background-color css

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

 a { background-color: rgb(248,38,159); }

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

border-color css

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

 span { border-color: rgb(248,38,159); }

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