Html Css Color HEX #F92695 Persian Rose

📋 copy color: '#F92695'

red 249 ◦ green 38 ◦ blue 149

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

Shades of Persian Rose #F92695

Tints of Persian Rose #F92695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 57.11%
G = 8.72%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F92695 (or 0xF92695) is known color: Persian Rose. HEX triplet: F9, 26 and 95. RGB value is (249,38,149). Sum of RGB (Red+Green+Blue) = 249+38+149=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F92695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92695 is #06D96A. Grayscale: #717171. Windows color (decimal): -448875 or 9774841. OLE color: 9774841.

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

Color convert

RGB 249 38 149 -
CMYK 0 0.85 0.40 0.02
HSL 328.44º 0.95% 0.56% -
HSV(B) 328.44º 0.85% 0.98% -
XYZ 45.18 23.7 30.63 -
YUV 113.74 147.9 224.47 -
System Red Green Blue C M Y K H S L
Decimal 249 38 149 0 0.85 0.40 0.02 328.44 0.95 0.56
Hex F9 26 95 0 55 28 2 148 5F 38
Octal 371 46 225 0 125 50 2 510 137 70
Binary 11111001 100110 10010101 0 1010101 101000 10 101001000 1011111 111000

Color Harmonies of #F92695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92695

Black with #F92695

Text Example


Text Example

White with #F92695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92695; }

 p { color: rgb(249,38,149); }

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

background-color css

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

 a { background-color: rgb(249,38,149); }

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

border-color css

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

 span { border-color: rgb(249,38,149); }

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