Html Css Color HEX #F9229B Persian Rose

📋 copy color: '#F9229B'

red 249 ◦ green 34 ◦ blue 155

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

Shades of Persian Rose #F9229B

Tints of Persian Rose #F9229B

RGB

 RED value IS 249 (97.66% from 255) = 56.85%

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

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

R = 56.85%
G = 7.76%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9229B (or 0xF9229B) is known color: Persian Rose. HEX triplet: F9, 22 and 9B. RGB value is (249,34,155). Sum of RGB (Red+Green+Blue) = 249+34+155=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9229B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9229B is #06DD64. Grayscale: #6F6F6F. Windows color (decimal): -449893 or 10167033. OLE color: 10167033.

HSL color Cylindrical-coordinate representation of color #F9229B: hue angle of 326.23º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9229B is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 34 155 -
CMYK 0 0.86 0.38 0.02
HSL 326.23º 0.95% 0.55% -
HSV(B) 326.23º 0.86% 0.98% -
XYZ 45.56 23.65 33.17 -
YUV 112.08 152.23 225.66 -
System Red Green Blue C M Y K H S L
Decimal 249 34 155 0 0.86 0.38 0.02 326.23 0.95 0.55
Hex F9 22 9B 0 56 26 2 146 5F 37
Octal 371 42 233 0 126 46 2 506 137 67
Binary 11111001 100010 10011011 0 1010110 100110 10 101000110 1011111 110111

Color Harmonies of #F9229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9229B

Black with #F9229B

Text Example


Text Example

White with #F9229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9229B; }

 p { color: rgb(249,34,155); }

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

background-color css

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

 a { background-color: rgb(249,34,155); }

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

border-color css

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

 span { border-color: rgb(249,34,155); }

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