Html Css Color HEX #F8229C Persian Rose

📋 copy color: '#F8229C'

red 248 ◦ green 34 ◦ blue 156

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

Shades of Persian Rose #F8229C

Tints of Persian Rose #F8229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.76%

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

R = 56.62%
G = 7.76%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8229C (or 0xF8229C) is known color: Persian Rose. HEX triplet: F8, 22 and 9C. RGB value is (248,34,156). Sum of RGB (Red+Green+Blue) = 248+34+156=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F8229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8229C is #07DD63. Grayscale: #6F6F6F. Windows color (decimal): -515428 or 10232568. OLE color: 10232568.

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

Color convert

RGB 248 34 156 -
CMYK 0 0.86 0.37 0.03
HSL 325.79º 0.94% 0.55% -
HSV(B) 325.79º 0.86% 0.97% -
XYZ 45.28 23.5 33.6 -
YUV 111.89 152.9 225.08 -
System Red Green Blue C M Y K H S L
Decimal 248 34 156 0 0.86 0.37 0.03 325.79 0.94 0.55
Hex F8 22 9C 0 56 25 3 146 5E 37
Octal 370 42 234 0 126 45 3 506 136 67
Binary 11111000 100010 10011100 0 1010110 100101 11 101000110 1011110 110111

Color Harmonies of #F8229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8229C

Black with #F8229C

Text Example


Text Example

White with #F8229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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