Html Css Color HEX #F145D0 Razzle Dazzle Rose

📋 copy color: '#F145D0'

red 241 ◦ green 69 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F145D0

Tints of Razzle Dazzle Rose #F145D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 46.53%
G = 13.32%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F145D0 (or 0xF145D0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 45 and D0. RGB value is (241,69,208). Sum of RGB (Red+Green+Blue) = 241+69+208=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F145D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145D0 is #0EBA2F. Grayscale: #878787. Windows color (decimal): -965168 or 13649393. OLE color: 13649393.

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

Color convert

RGB 241 69 208 -
CMYK 0 0.71 0.14 0.05
HSL 311.51º 0.86% 0.61% -
HSV(B) 311.51º 0.71% 0.95% -
XYZ 49.79 27.51 62.36 -
YUV 136.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 241 69 208 0 0.71 0.14 0.05 311.51 0.86 0.61
Hex F1 45 D0 0 47 E 5 138 56 3D
Octal 361 105 320 0 107 16 5 470 126 75
Binary 11110001 1000101 11010000 0 1000111 1110 101 100111000 1010110 111101

Color Harmonies of #F145D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145D0

Black with #F145D0

Text Example


Text Example

White with #F145D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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