Html Css Color HEX #F144B2 Brilliant Rose

📋 copy color: '#F144B2'

red 241 ◦ green 68 ◦ blue 178

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

Shades of Brilliant Rose #F144B2

Tints of Brilliant Rose #F144B2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.96%

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

R = 49.49%
G = 13.96%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F144B2 (or 0xF144B2) is known color: Brilliant Rose. HEX triplet: F1, 44 and B2. RGB value is (241,68,178). Sum of RGB (Red+Green+Blue) = 241+68+178=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F144B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F144B2 is #0EBB4D. Grayscale: #848484. Windows color (decimal): -965454 or 11683057. OLE color: 11683057.

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

Color convert

RGB 241 68 178 -
CMYK 0 0.72 0.26 0.05
HSL 321.85º 0.86% 0.61% -
HSV(B) 321.85º 0.72% 0.95% -
XYZ 46.38 26.05 44.7 -
YUV 132.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 241 68 178 0 0.72 0.26 0.05 321.85 0.86 0.61
Hex F1 44 B2 0 48 1A 5 142 56 3D
Octal 361 104 262 0 110 32 5 502 126 75
Binary 11110001 1000100 10110010 0 1001000 11010 101 101000010 1010110 111101

Color Harmonies of #F144B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144B2

Black with #F144B2

Text Example


Text Example

White with #F144B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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