Html Css Color HEX #F141B5 Razzle Dazzle Rose

📋 copy color: '#F141B5'

red 241 ◦ green 65 ◦ blue 181

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

Shades of Razzle Dazzle Rose #F141B5

Tints of Razzle Dazzle Rose #F141B5

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.35%

 BLUE value IS 181 (71.09% from 255) = 37.17%

R = 49.49%
G = 13.35%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F141B5 (or 0xF141B5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and B5. RGB value is (241,65,181). Sum of RGB (Red+Green+Blue) = 241+65+181=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F141B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141B5 is #0EBE4A. Grayscale: #828282. Windows color (decimal): -966219 or 11878897. OLE color: 11878897.

HSL color Cylindrical-coordinate representation of color #F141B5: hue angle of 320.45º 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 #F141B5 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 65 181 -
CMYK 0 0.73 0.25 0.05
HSL 320.45º 0.86% 0.6% -
HSV(B) 320.45º 0.73% 0.95% -
XYZ 46.51 25.82 46.25 -
YUV 130.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 241 65 181 0 0.73 0.25 0.05 320.45 0.86 0.6
Hex F1 41 B5 0 49 19 5 140 56 3C
Octal 361 101 265 0 111 31 5 500 126 74
Binary 11110001 1000001 10110101 0 1001001 11001 101 101000000 1010110 111100

Color Harmonies of #F141B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141B5

Black with #F141B5

Text Example


Text Example

White with #F141B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141B5; }

 p { color: rgb(241,65,181); }

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

background-color css

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

 a { background-color: rgb(241,65,181); }

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

border-color css

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

 span { border-color: rgb(241,65,181); }

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