Html Css Color HEX #F143B5 Razzle Dazzle Rose

📋 copy color: '#F143B5'

red 241 ◦ green 67 ◦ blue 181

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

Shades of Razzle Dazzle Rose #F143B5

Tints of Razzle Dazzle Rose #F143B5

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.7%

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

R = 49.28%
G = 13.7%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F143B5 (or 0xF143B5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and B5. RGB value is (241,67,181). Sum of RGB (Red+Green+Blue) = 241+67+181=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F143B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143B5 is #0EBC4A. Grayscale: #838383. Windows color (decimal): -965707 or 11879409. OLE color: 11879409.

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

Color convert

RGB 241 67 181 -
CMYK 0 0.72 0.25 0.05
HSL 320.69º 0.86% 0.6% -
HSV(B) 320.69º 0.72% 0.95% -
XYZ 46.62 26.05 46.29 -
YUV 132.02 155.65 205.73 -
System Red Green Blue C M Y K H S L
Decimal 241 67 181 0 0.72 0.25 0.05 320.69 0.86 0.6
Hex F1 43 B5 0 48 19 5 141 56 3C
Octal 361 103 265 0 110 31 5 501 126 74
Binary 11110001 1000011 10110101 0 1001000 11001 101 101000001 1010110 111100

Color Harmonies of #F143B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143B5

Black with #F143B5

Text Example


Text Example

White with #F143B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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