Html Css Color HEX #F145BD Razzle Dazzle Rose

📋 copy color: '#F145BD'

red 241 ◦ green 69 ◦ blue 189

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

Shades of Razzle Dazzle Rose #F145BD

Tints of Razzle Dazzle Rose #F145BD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.83%

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 48.3%
G = 13.83%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F145BD (or 0xF145BD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 45 and BD. RGB value is (241,69,189). Sum of RGB (Red+Green+Blue) = 241+69+189=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F145BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145BD is #0EBA42. Grayscale: #858585. Windows color (decimal): -965187 or 12404209. OLE color: 12404209.

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

Color convert

RGB 241 69 189 -
CMYK 0 0.71 0.22 0.05
HSL 318.14º 0.86% 0.61% -
HSV(B) 318.14º 0.71% 0.95% -
XYZ 47.59 26.63 50.78 -
YUV 134.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 241 69 189 0 0.71 0.22 0.05 318.14 0.86 0.61
Hex F1 45 BD 0 47 16 5 13E 56 3D
Octal 361 105 275 0 107 26 5 476 126 75
Binary 11110001 1000101 10111101 0 1000111 10110 101 100111110 1010110 111101

Color Harmonies of #F145BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145BD

Black with #F145BD

Text Example


Text Example

White with #F145BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145BD; }

 p { color: rgb(241,69,189); }

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

background-color css

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

 a { background-color: rgb(241,69,189); }

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

border-color css

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

 span { border-color: rgb(241,69,189); }

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