Html Css Color HEX #F3259B Persian Rose

📋 copy color: '#F3259B'

red 243 ◦ green 37 ◦ blue 155

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

Shades of Persian Rose #F3259B

Tints of Persian Rose #F3259B

RGB

 RED value IS 243 (95.31% from 255) = 55.86%

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

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

R = 55.86%
G = 8.51%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F3259B (or 0xF3259B) is known color: Persian Rose. HEX triplet: F3, 25 and 9B. RGB value is (243,37,155). Sum of RGB (Red+Green+Blue) = 243+37+155=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F3259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3259B is #0CDA64. Grayscale: #6F6F6F. Windows color (decimal): -842341 or 10167795. OLE color: 10167795.

HSL color Cylindrical-coordinate representation of color #F3259B: hue angle of 325.63º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3259B is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 37 155 -
CMYK 0 0.85 0.36 0.05
HSL 325.63º 0.9% 0.55% -
HSV(B) 325.63º 0.85% 0.95% -
XYZ 43.54 22.74 33.11 -
YUV 112.05 152.25 221.41 -
System Red Green Blue C M Y K H S L
Decimal 243 37 155 0 0.85 0.36 0.05 325.63 0.9 0.55
Hex F3 25 9B 0 55 24 5 146 5A 37
Octal 363 45 233 0 125 44 5 506 132 67
Binary 11110011 100101 10011011 0 1010101 100100 101 101000110 1011010 110111

Color Harmonies of #F3259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3259B

Black with #F3259B

Text Example


Text Example

White with #F3259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3259B; }

 p { color: rgb(243,37,155); }

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

background-color css

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

 a { background-color: rgb(243,37,155); }

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

border-color css

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

 span { border-color: rgb(243,37,155); }

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