Html Css Color HEX #F140B2 Persian Rose

📋 copy color: '#F140B2'

red 241 ◦ green 64 ◦ blue 178

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

Shades of Persian Rose #F140B2

Tints of Persian Rose #F140B2

RGB

 RED value IS 241 (94.53% from 255) = 49.9%

 GREEN value IS 64 (25.39% from 255) = 13.25%

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 49.9%
G = 13.25%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F140B2 (or 0xF140B2) is known color: Persian Rose. HEX triplet: F1, 40 and B2. RGB value is (241,64,178). Sum of RGB (Red+Green+Blue) = 241+64+178=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F140B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F140B2 is #0EBF4D. Grayscale: #818181. Windows color (decimal): -966478 or 11682033. OLE color: 11682033.

HSL color Cylindrical-coordinate representation of color #F140B2: hue angle of 321.36º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140B2 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 178 -
CMYK 0 0.73 0.26 0.05
HSL 321.36º 0.86% 0.6% -
HSV(B) 321.36º 0.73% 0.95% -
XYZ 46.14 25.58 44.63 -
YUV 129.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 241 64 178 0 0.73 0.26 0.05 321.36 0.86 0.6
Hex F1 40 B2 0 49 1A 5 141 56 3C
Octal 361 100 262 0 111 32 5 501 126 74
Binary 11110001 1000000 10110010 0 1001001 11010 101 101000001 1010110 111100

Color Harmonies of #F140B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140B2

Black with #F140B2

Text Example


Text Example

White with #F140B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140B2; }

 p { color: rgb(241,64,178); }

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

background-color css

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

 a { background-color: rgb(241,64,178); }

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

border-color css

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

 span { border-color: rgb(241,64,178); }

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